Skip to content

Commit 2d6ab6a

Browse files
committed
fix(vue-demi): use vue demi again because compilation use vue3 instead
1 parent ea48ac8 commit 2d6ab6a

File tree

4 files changed

+90
-44
lines changed

4 files changed

+90
-44
lines changed

Diff for: package-lock.json

+46-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"lodash.clonedeep": "^4.5.0",
2121
"lodash.debounce": "^4.0.8",
2222
"lodash.isequal": "^4.5.0",
23+
"vue-demi": "^0.13.11",
2324
"vue-router": "^4.0.3"
2425
},
2526
"devDependencies": {
@@ -58,7 +59,7 @@
5859
"vue-jest": "^5.0.0-0"
5960
},
6061
"peerDependencies": {
61-
"vue": "^2.7.0 || >=3.0.0-rc.0",
62+
"vue": "^2.6.0 || >=3.0.0-rc.0",
6263
"@vue/composition-api": "^1.0.0-rc.2"
6364
},
6465
"browserslist": [

Diff for: src/useDatatableUrlSync.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import cloneDeep from "lodash.clonedeep";
1414
import isEqual from "lodash.isequal";
1515

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

1919
/*

Diff for: vue2.7-example/package-lock.json

+41-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)