Dave Stewart
Dave Stewart
Hey @axwalker - what do you think of this? Think it would work, and work with tests (it appears to be!)
Yeah, bloody Nuxt. It's this library's nemesis! PS. Are you going to the Vue meetup tonight?
Sorry everyone, my TS-fu isn't as good as I would like! @kevinmarrec - is this possible? Some background: I monkey-patch the store instance in the `install()` function, by adding 3...
@kevinmarrec - thanks so much! As soon as I have a moment, I will test that out. Most likely on the demo project :D
Hey @scbj, thanks for this. Also saw this recently; haven't yet looked into it properly for Pathify, but will do: https://stackoverflow.com/questions/53798574/how-to-access-vue-prototype-property-from-typescript-component
Hi @skmbr, Sorry for the delay in getting back to you. It does not, yet. I should find time to do this officially but I'm stretched on other projects right...
No worries! And thanks for letting me know anyway :) Feel free to bug me if I don't make any updates 😬
What's their new plan?
I asked a question here: - https://cmty.app/nuxt/nuxt.js/issues/c8589
OK, so as long as the plugin's `install()` method is called, passing an instance of `store`, it should just work: - https://github.com/davestewart/vuex-pathify/blob/develop/src/plugin/pathify.js - https://github.com/davestewart/vuex-pathify/blob/develop/src/helpers/accessors.js