为了账号安全,请及时绑定邮箱和手机立即绑定

vue-dragging --使用问题

vue-dragging --使用问题

富国沪深 2019-03-23 18:14:14
<script>export default {data () {return {    colors: [{        text: "Aquamarine"    }, {        text: "Hotpink"    }, {        text: "Gold"    }, {        text: "Crimson"    }, {        text: "Blueviolet"    }, {        text: "Lightblue"    }, {        text: "Cornflowerblue"    }, {        text: "Skyblue"    }, {        text: "Burlywood"    }]}}}</script><div class="color-list"><div     class="color-item"     v-for="color in colors" v-dragging="{ item: color, list: colors, group: 'color' }"    :key="color.text">{{color.text}}</div></div>export default {mounted () {this.$dragging.$on('dragged', ({ value }) => {  console.log(value.item)  console.log(value.list)  console.log(value.otherData)})this.$dragging.$on('dragend', () => {    })}}但是如果数据结构是下面这种该如何排序?data:[  {    name: '财务数据分析',    children: [      {        name: '工资',        path: '/nav/dashboard/dash1'      }, {        name: '报销',        path: '/nav/dashboard/dash2'      }    ]  },
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 730 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信