Yotam

Results 11 comments of Yotam

Or point me in the direction to how to add this myself. Is it at the plugin level? Is it a vue issue?

`persistedState(withLocalStorage(onlyPaths(/* array of paths to persist */))),` This pattern might lead to a bit of callback hell?

How about an array pattern? ``` persistedState({ plugins: [ 'withLocalStorage', onlyPaths(/* array of paths to persist */)] }) ```

Yes, although it could just be one direct comparison on the pathify 101 page. I found some direct comparisons of pathify vs vuex methods on the [components helpers page](https://davestewart.github.io/vuex-pathify/#/api/component?id=sync). Basically...

@WhiteBookmark Yes, if you dig deep you will see examples. I am trying to make the point that initially it is very unclear as to what pathify gives you when...

Just adding my 2 cents here, How about adding a practical example (even just in the readme) to explain what the benefit is of this app? I am not quite...

Any ideas on how to fix this?

Still getting this message :-( ``` “giada” is damaged and can’t be opened. You should move it to the Trash. ``` `macOS v12.4` Macpro M1

Of course. But what would you use spies for?