vue3-ts-base
vue3-ts-base copied to clipboard
一个基于vue3+typescript+ant-design-vue 搭建的基础代码库,有完善的类型系统,帮助快速搭建 vue3 的基础代码架构。
First of all, this is a amazing project which help me a lot. But I have some trouble with `Vuex in Typescript`. This is my `// store/about.ts` : ```ts //...
# IMPORTANCE NOTICE **After consultation with the original owner of this project, due to the busy schedule of the original owner of this project, there will be no more energy...
For a while, in the Vue ecosystem we've been augmenting `@vue/runtime-core` to add custom properties and more to `vue`. However, this inadvertently breaks the types for projects that augment `vue`...