Skip to content

Commit

Permalink
update example with the released version
Browse files Browse the repository at this point in the history
  • Loading branch information
AMontagu committed Jul 25, 2022
1 parent 0616a60 commit ea48ac8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
30 changes: 12 additions & 18 deletions vue2.7-example/package-lock.json

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

2 changes: 1 addition & 1 deletion vue2.7-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.7.8",
"vue-datatable-url-sync": "^1.1.1",
"vue-datatable-url-sync": "^2.0.0",
"vue-router": "^3.5.4",
"vuetify": "^2.6.7"
},
Expand Down
8 changes: 4 additions & 4 deletions vue2.7-example/src/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

<script lang="ts">
import Vue from 'vue';
// import useDatatableUrlSync from 'vue-datatable-url-sync';
// import { GenericDictionnary, VDUSDatatableOptions } from 'vue-datatable-url-sync/src/utils/VDUSTypes';
import useDatatableUrlSync from '../../../src/useDatatableUrlSync';
import { GenericDictionnary, VDUSDatatableOptions, VDUSFormSchema } from '../../../src/utils/VDUSTypes';
import useDatatableUrlSync from 'vue-datatable-url-sync';
import { GenericDictionnary, VDUSDatatableOptions } from 'vue-datatable-url-sync/src/utils/VDUSTypes';
// import useDatatableUrlSync from '../../../src/useDatatableUrlSync';
// import { GenericDictionnary, VDUSDatatableOptions, VDUSFormSchema } from '../../../src/utils/VDUSTypes';
import fakeData from "./data.js";
import { ref } from 'vue'
// import { useRouter, useRoute } from 'vue2-helpers/vue-router';
Expand Down

0 comments on commit ea48ac8

Please sign in to comment.