Hint for link

This commit is contained in:
portree_kid 2020-07-23 21:41:32 +02:00
parent d3d4d91faf
commit c26c123088

View File

@ -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>