Skip to content

Commit

Permalink
fix(vue-demi): use vue demi again because compilation use vue3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AMontagu committed Oct 7, 2022
1 parent ea48ac8 commit 2d6ab6a
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 44 deletions.
67 changes: 46 additions & 21 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"vue-demi": "^0.13.11",
"vue-router": "^4.0.3"
},
"devDependencies": {
Expand Down Expand Up @@ -58,7 +59,7 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"vue": "^2.7.0 || >=3.0.0-rc.0",
"vue": "^2.6.0 || >=3.0.0-rc.0",
"@vue/composition-api": "^1.0.0-rc.2"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion src/useDatatableUrlSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import cloneDeep from "lodash.clonedeep";
import isEqual from "lodash.isequal";

import { ref, watch, nextTick, computed, Ref } from 'vue'
import { ref, watch, nextTick, computed, Ref } from 'vue-demi'
import {GenericDictionnary, VDUSConfiguration, VuetifyOptions, VDUSFormSchema, VDUSDatatableOptions} from "./utils/VDUSTypes"

/*
Expand Down
62 changes: 41 additions & 21 deletions vue2.7-example/package-lock.json

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

0 comments on commit 2d6ab6a

Please sign in to comment.