vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.4k stars 9.55k forks source link

Implementing store typings in vuex3 with vue2 #1947

Closed tbhaxor closed 2 years ago

tbhaxor commented 3 years ago

What problem does this feature solve?

This is moreover a question rather than feature.

How do I implement type intellisense in vuex3 with vue2? If there is no augmentation feature like vuex 4, Then could we add in vuex3 also?

What does the proposed API look like?

N/A

tbhaxor commented 3 years ago

Any updates on this?

meiliujun commented 2 years ago

Won't you encounter the problem of finding code with IntelliSense when using commit dispatch in vuex?