-
I got an issue when loading components in nuxtjs with mode SSR. Please see attachment
-
I can't access the state inside `@MutationAction`
I'm using:
`Nuxt.js v2.13.3` `"vuex-module-decorators": "^0.17.0"`
```js
import { Module, VuexModule, MutationAction } from 'vuex-module-d…
ghost updated
3 years ago
-
**Describe the bug**
When using babel in conjunction with nuxt typescript I run into an issue using @nuxt/babel-preset-env, which contains @babel/plugin-transform-parameters. Default parameters shoul…
-
Hello i have an interesting problem while using vuex-module-decarators with nuxtjs.
So when i try to use it gives me error that store is not provided, which it is already provded. Im using exact…
-
Using this approach with Nuxt: https://github.com/championswimmer/vuex-module-decorators#accessing-modules-with-nuxtjs
store/index.ts:
```
import { Store } from 'vuex'
import { initialiseStore…
-
Hello @Gomah, after trying include a stencil lib using `path.resolve()`, the nuxt-stencil can't find the module.
The problem is because the Windows use `\` and not `/`, so your `plugin.ts`, is gene…
-
Hi, I'm using class decorators in SFCs. I found a bug in the parsing algorithm. It only accepts page components which extend Vue directly. The parsing fails to find `meta` when the component uses mixi…
dovca updated
2 years ago
-
Is it possible to make work in Storybook? Thank you
-
### Environment
````
- Operating System: Ubuntu 20.04 LTS (Linux)
- Node Version: v18.12.1
- Nuxt Version: 3.7.1
- CLI Version: 3.7.3
- Nitro Version: 2.6.2
- Package Manager: …
-
Let me repeat: I did all according [Accessing modules with NuxtJS](https://github.com/championswimmer/vuex-module-decorators#accessing-modules-with-nuxtjs) explanations.
Store Module:
```typesc…