Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Oct 28, 2023
1 parent 19927c5 commit cfd3e72
Show file tree
Hide file tree
Showing 7 changed files with 770 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You may also want to see the SortableJS store documentation [here](https://githu

### Examples

- [./src/examples/MultipleGroups.vue](./src/examples/MultipleGroups.vue) - A mock store implementation with one list containing multiple `group`s
- [./src/examples/WithStore.vue](./src/examples/WithStore.vue) - A simple example with a store

## Development

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/node": "18.14.2",
"@types/sortablejs": "1.15.0",
"@vitejs/plugin-vue": "4.0.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "2.8.4",
"terser": "5.16.5",
"typescript": "4.9.5",
Expand Down
Loading

0 comments on commit cfd3e72

Please sign in to comment.