Skip to content

Commit

Permalink
fix: on demand import interactjs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Apr 11, 2023
1 parent 53bc817 commit e270621
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docs/demos/responsive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const layout = reactive([
<input v-model="resizable" type="checkbox" /> Resizable
<input v-model="responsive" type="checkbox" /> Responsive
<br />
<div style="width:100%; height:100%; margin-top: 10px;">
<div style="margin-top: 10px">
<GridLayout
v-model:layout="layout"
:row-height="30"
Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@
"./*": "./*"
},
"dependencies": {
"@interactjs/actions": "^1.10.17",
"@interactjs/auto-scroll": "^1.10.17",
"@interactjs/auto-start": "^1.10.17",
"@interactjs/core": "^1.10.17",
"@interactjs/dev-tools": "^1.10.17",
"@interactjs/interact": "^1.10.17",
"@interactjs/modifiers": "^1.10.17",
"@interactjs/utils": "^1.10.17",
"@vexip-ui/hooks": "^1.8.2",
"@vexip-ui/utils": "^1.10.2",
"interactjs": "^1.10.17"
"@vexip-ui/utils": "^1.10.2"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
Expand Down
113 changes: 105 additions & 8 deletions pnpm-lock.yaml

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

Loading

0 comments on commit e270621

Please sign in to comment.