Manusia adalah makhluk sosial jadi harus menolong orang adfdssssssssssssssssssssssssssssssssssssssss dafffffffffffd dfasdfsdf dfasdfasdf.
2th December 2024
In recent version of our vue project, when we try to add vuex we see type error and vuex type not found. We can easily fix that issue.
vuex.d.ts
file inside of your route project.declare module 'vuex' {
export * from 'vuex/types/index.d.ts'
export * from 'vuex/types/helpers.d.ts'
export * from 'vuex/types/logger.d.ts'
export * from 'vuex/types/vue.d.ts'
}