Skip to content

Commit ea48ac8

Browse files
committed
update example with the released version
1 parent 0616a60 commit ea48ac8

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

vue2.7-example/package-lock.json

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue2.7-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"core-js": "^3.6.5",
1212
"vue": "^2.7.8",
13-
"vue-datatable-url-sync": "^1.1.1",
13+
"vue-datatable-url-sync": "^2.0.0",
1414
"vue-router": "^3.5.4",
1515
"vuetify": "^2.6.7"
1616
},

vue2.7-example/src/components/HelloWorld.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
<script lang="ts">
2727
import Vue from 'vue';
28-
// import useDatatableUrlSync from 'vue-datatable-url-sync';
29-
// import { GenericDictionnary, VDUSDatatableOptions } from 'vue-datatable-url-sync/src/utils/VDUSTypes';
30-
import useDatatableUrlSync from '../../../src/useDatatableUrlSync';
31-
import { GenericDictionnary, VDUSDatatableOptions, VDUSFormSchema } from '../../../src/utils/VDUSTypes';
28+
import useDatatableUrlSync from 'vue-datatable-url-sync';
29+
import { GenericDictionnary, VDUSDatatableOptions } from 'vue-datatable-url-sync/src/utils/VDUSTypes';
30+
// import useDatatableUrlSync from '../../../src/useDatatableUrlSync';
31+
// import { GenericDictionnary, VDUSDatatableOptions, VDUSFormSchema } from '../../../src/utils/VDUSTypes';
3232
import fakeData from "./data.js";
3333
import { ref } from 'vue'
3434
// import { useRouter, useRoute } from 'vue2-helpers/vue-router';

0 commit comments

Comments
 (0)