vue-sync
vue-sync copied to clipboard
Vue plugin that syncs state with URL params
I'm trying to store the state of a search query on Vuetify's V-Data-Table along with some user typed filter text. The code is similar to below. Any initial thoughts as...
There's no way to cache a nested state object **Example:** ``` url: { filter: 'values.parameters.filters' }, ```
Hey! Just wanted to see if you knew if vue-sync was compatible with Vue 2.6 (or at least any of the newer Vue versions since it doesn't look like you've...