vue遇到拖拽动态生成组件怎么办?[转]

知识点

主要是关注 动态生成 vue组件,这里是Vue2.0的demo

  • Vue.Draggable 拖拽库
  • Vue.extend() 挂载
  • com.$mount() 生成组件
  • this.$refs.comBody[index].appendChild(com.$el); 添加到dom

记录几个关键点,备用。

外链:
https://juejin.cn/post/6958378433604747278#heading-9

posted @ 2021-05-06 09:52  彭成刚  阅读(464)  评论(0编辑  收藏  举报