vue-sync icon indicating copy to clipboard operation
vue-sync copied to clipboard

Vue plugin that syncs state with URL params

Results 3 vue-sync issues
Sort by recently updated
recently updated
newest added

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...