forked from SortableJS/Vue.Draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial changes for Vue 3 experimental support
- Loading branch information
1 parent
123a6b8
commit 8d6a813
Showing
10 changed files
with
5,679 additions
and
4,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8d6a813
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used your commit in my project but it doesn't seem to work correctly.
In this file: https://github.com/Septias/projekttage/blob/master/src/components/ProjectCart.vue it doesn't change the order of the Array I attached with v-model.
When using :list prop an error occures: Uncaught TypeError: this.context is null