Skip to content

Commit 959af12

Browse files
authored
Merge pull request #6 from socotecio/fix/routerWatchOnVue2
fix(vue2-routerWatch): Use vue2-helpers to have watch working on route
2 parents cb06910 + 97f4240 commit 959af12

File tree

8 files changed

+419
-412
lines changed

8 files changed

+419
-412
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@ Here is the description of the type for the configuration of each params ([Param
142142
| [VDUSFormSchema](https://github.com/socotecio/vue-datatable-url-sync/blob/main/src/utils/VDUSTypes.ts#L11) | Object describing how to handle the form and options object passed as parameter of useDatatableUrlSync |
143143
| [VDUSDatatableOptions](https://github.com/socotecio/vue-datatable-url-sync/blob/main/src/utils/VDUSTypes.ts#L15) | Object describing the params accepted in the datatable options |
144144
| [VDUSConfiguration](https://github.com/socotecio/vue-datatable-url-sync/blob/main/src/utils/VDUSTypes.ts#L21) | Configuration object for vue datatable url sync |
145+
146+
147+
# Local dev
148+
149+
You can use vue3-example to test local dev. You just have to go to vue3-example/src/components/HelloWorld.vue and uncomment the relative import of VDUS.

0 commit comments

Comments
 (0)