Skip to content

Commit

Permalink
Initial changes for Vue 3 experimental support
Browse files Browse the repository at this point in the history
  • Loading branch information
brainformatik committed Jul 23, 2020
1 parent 123a6b8 commit 8d6a813
Show file tree
Hide file tree
Showing 10 changed files with 5,679 additions and 4,020 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
[![npm version](https://img.shields.io/npm/v/vuedraggable.svg)](https://www.npmjs.com/package/vuedraggable)
[![MIT License](https://img.shields.io/github/license/SortableJS/Vue.Draggable.svg)](https://github.com/SortableJS/Vue.Draggable/blob/master/LICENSE)

**Experimental support for Vue 3**

Currently only building the library is working. Page with Demos is not working!

Vue component (Vue.js 2.0) or directive (Vue.js 1.0) allowing drag-and-drop and synchronization with view model array.

Expand Down
Loading

1 comment on commit 8d6a813

@Septias
Copy link

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

Please sign in to comment.