在我的vue.js项目中,我按照GitHub步骤使用vue-sortable
import Sortable from 'vue-sortable'
Vue.use(Sortable)
<div id="frame_layout" v-sortable>
<div>
one
</div>
<div>
two
</div>
<div>
three
</div>
</div>但我会犯一个错误:
Vue警告:可排序更新钩子的指令错误:" sortable : el必须是HTMLElement,而不是未定义的对象“
https://stackoverflow.com/questions/50013366
复制相似问题