1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-09-28 07:13:21 +08:00
This commit is contained in:
shangbin
2021-09-06 17:57:43 +08:00
parent afb6a0c84f
commit 23ba2c6596
4 changed files with 46 additions and 29 deletions

View File

@@ -15,7 +15,7 @@
<vue-nestable v-model="treeData" @change="onLevelChange">
<template slot-scope="{ item }">
<vue-nestable-handle :item="item">
<i class="el-icon-rank icon-s"></i>
</vue-nestable-handle>
<span @click="onNodeClick(item)">{{ item.text }}</span>