Open murilolivorato opened 1 year ago
Yap, tried with the example provided, got error on console.
We're also getting a console error:
logger.ts:114 TypeError: Cannot set properties of null (setting '__draggable_context')
at addContext (vuedraggable.umd.js:4478:1)
at eval (vuedraggable.umd.js:4523:1)
at Array.forEach (<anonymous>)
at ComponentStructure.updated (vuedraggable.umd.js:4522:1)
at Proxy.mounted (vuedraggable.umd.js:4808:1)
at eval (vue.esm-bundler.js:4690:1)
at callWithErrorHandling (vue.esm-bundler.js:1640:1)
at callWithAsyncErrorHandling (vue.esm-bundler.js:1648:1)
at hook.__weh.hook.__weh (vue.esm-bundler.js:4670:1)
at flushPostFlushCbs (vue.esm-bundler.js:1807:1)
same error here on vue3
Using transition causes a console error !
Hey guys ! is there a fix?
The only available transition is
const dragOptions = {
animation: 200,
}
draggable(v-bind="dragOptions"
same problem here
+1
+1
+1
+1
The only available transition is
const dragOptions = { animation: 200, }
draggable(v-bind="dragOptions"
For anyone who is searching for the answer, if you put only :animation="200"
or what ever duration you need, without setting the tag to transition-group
or adding extra <TransitionGroup>
it will just work.
Hello , I am using vue Draggable with VUE 3 . but transition is not workig .
I did many ways , I did like this -
CSS -