Hint for link
This commit is contained in:
parent
d3d4d91faf
commit
c26c123088
@ -36,7 +36,17 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user