-
# Step to reproduce
Using `store.dispatch('wait/start', 'app loading', { root: true })` or `wait/end` on `router.beforeEach` in Vue TypeScript project.
However, it is working fine on Vue with Comm…
-
Hi,
I use vue with typescript and annotations. I use these lib for the annotations :
* component : https://github.com/kaorun343/vue-property-decorator
* vuex : https://github.com/ktsn/vuex-clas…
-
```
package.json
"vue": "^3.0.0-beta.1",
"vue-router": "^4.0.0-alpha.6",
"vuex": "4.0.0-beta.2"
"typescript": "~3.9.3"
```
`typescript-trial` ブランチで`yarn serve` するとエラーが発生する
-
I couldn't find anything on google, so is this conveniently possible? Basically the bummer for me is that I have to call `dispatch`/`commit` with a given identifier string to trigger something.
My…
-
error in ./node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js
Module parse failed: Unexpected token (237:37)
You may need an appropriate loader to handle this file type, currently no load…
-
报错信息:
```txt
Error: Cannot find module 'vuex/package.json'
Require stack:
- 当前项目路径/node_modules/.pnpm/@dcloudio+uni-cli-shared@3.0.0-4010520240507001_@vueuse+core@9.13.0_vue@3.4.27_typescript@4.9_…
sunpm updated
2 months ago
-
I am having the same issue as #157. I can not reproduce it though. It appears only the one specific project I am working on exhibits this issue. I created a new project and it was working fine. Howeve…
-
### Version
6.1.4
### Browser and OS info
Chrome/100.0.4896.127
### Steps to reproduce
Open Vue devTools
### What is expected?
Showing Vuex Tab
### What is actually happeni…
-
Hey
im using typescript syntax in my vuejs project that integrated with vuex
i wana use mapState method as computed in my .ts file but i got syntax error
currently i am using your suggested synt…
-
The documentation says:
`(Tip) For reduced code with decorators, set emitHelpers: true and importHelpers: true``
But VScode/Typescript complains, when adding `emitHelpers` to tsconfig.js:
```
Un…