Open tujianglin opened 2 years ago
[Vue warn]: children must be keyed. Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
Same issue as https://github.com/SortableJS/vue.draggable.next/issues/138 and https://github.com/SortableJS/vue.draggable.next/issues/140
使用 vuenextdraggable. fix it. https://www.npmjs.com/package/vuenextdraggable 在使用 tag="transition-group" 的时候,需要至少两层 html 标签
`<template #item="{ element }">
`
[Vue warn]: children must be keyed.
Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.