-
### Version
最新Rsbuild 版本
chrome浏览器
"vuex-module-decorators": "^0.9.9"
### Details
项目为vue2.7 + vuex + ts的项目,在webpack5上运行正常,
迁移到rsbuild上vuex-module-decorators运行报错,
![Image](https://github.com/u…
-
When installing as described by the documentation, the follwing typescript error occurs in the nuxt.config.ts file:
intlify: { ...; }; }' is not assignable to parameter of type 'NuxtConfig'.
Objec…
-
`undefined` is a valid initial value for a state property, however, this library excludes them from the state object. As such, any computed values which depend on this state do not react when the stat…
-
Just reviewing how to use Vuex's `strict` mode for debugging state changes (https://vuex.vuejs.org/guide/strict.html) that are happening outside of mutations, and is it possible that the library doesn…
-
Is there any kind of provision to have sub modules inside of a module?
Like in the original Vuex we have
```javascript
const ModuleA {
state: {...},
mutations: {...},
actions: {...…
-
**Describe the bug**
I set up a Vue v2 project via the vue cli with TypeScript and Class Style Syntax.
When using PropSync, the property is not updated when I change it.
With ModelSync I even get t…
-
`const app = createApp(App);`
`app.config.globalProperties.$http = axios;`
`app.use(store).use(router).mount("#app");`
**How to get $http and $router in `export default class Login extends Vu…
-
ERROR Failed to compile with 2 errors 12:34:54
error in ./src/componen…
-
Seems the standard tool for state management in Vue ecosystem is [Vuex](https://vuex.vuejs.org/), should we use it or try to implement Elmish for Vue instead? (Maybe we could event adapt Elmish to Vue…
-
Is vuex supposed to be shown when used? For me it just says "No Vuex Store detected".