Vue.Draggable
Vue.Draggable copied to clipboard
当我input写在可拖拽组件里边的时候,点击input获取不到焦点怎么处理?
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md 当我input写在可拖拽组件里边的时候,点击input获取不到焦点怎么处理? 用ref强制获取焦点也不可行,因为我用了v-if
Jsfiddle link
Step by step scenario
Actual Solution
Expected Solution
breakdown your list to smaller component, each component should have a lifecycle and it's input field could you give some code?