Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ createApp(App).use(ChelseaDragger).mount('#app')
The following example uses the array of items shown below.

All items in this array are assigned to one of two lists by property `listId`.
The examples will implement draga and drop to update the an items `listId` by dragging the item and dropping it in the new list.
The examples will implement drag-and-drop to update the an items `listId` by dragging the item and dropping it in the new list.

**Important**:
Keep in mind that [vue needs a unique key in a loop, if the items may change](https://vuejs.org/guide/essentials/list.html#maintaining-state-with-key).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chelsea-dragger",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -37,6 +37,10 @@
"bugs": {
"url": "https://github.com/justanothermoses/chelsea-dragger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/justanothermoses/chelsea-dragger"
},
"author": {
"name": "Moses Otten",
"url": "https://github.com/justanothermoses"
Expand Down