Dave Stewart
Dave Stewart
Is it related to this at all? https://github.com/davestewart/vuex-pathify/pull/46 Apparently Nuxt 2.x was doing some weird things. I didn't check, just trusted the contributor.
Hey, thanks for investigating! I know it's not fun when the codebase is not your own. Out of interest (and I assume you used the source) how did you find...
FYI, I found a really cool Chrome extension the other day called OctoLinker which adds live links to GitHub repos: - https://octolinker.github.io/ It's great for this kind of thing!
Nuxt 2.6.1 ?
Ah I see. So you mean with the VP 1.2.2 update, Nuxt still has its errors. You don't mean that Nuxt have released something, but it didn't fix it.
Hi @VesterDe, This is probably an order-of-import issue. As soon as you import your router file, webpack will then try to import everything that is included in that file, so...
Another option would be moving all that code to a helper in the router folder, then you only need do: ```js import { isLoggingIn } from '@plugins/router' const actions =...
Ouch! That hurts 😆 Well, the codebase has been stable on Vue 2 so I simply haven't needed to make any updates for a long while. As for Vue 3,...
OK, good info; thanks both. I'm currently deep into another project and finding it very hard to find the time and brainpower to switch to anything else, but I get...
Sorry everyone; I've not been good to my word and haven't worked on this yet. Can someone set up a sample project and post the repo link? As soon as...