Hint for link

V028
portree_kid 4 years ago
parent d3d4d91faf
commit c26c123088

@ -36,7 +36,17 @@
</el-select>
</el-col>
</el-row>
<el-row><el-button @click="link"><i class="fas fa-link"></i></el-button></el-row>
<el-row>
<el-popover
placement="top-start"
title="Goto"
width="200"
trigger="hover"
content="Weld/Link nodes"
>
<el-button @click="link" slot="reference"><i class="fas fa-link"></i></el-button>
</el-popover>
</el-row>
</div>
</div>
</template>

Loading…
Cancel
Save