vitecamp icon indicating copy to clipboard operation
vitecamp copied to clipboard

A zero-config Vue3 Starter template includes Vite3、Vue3 and TypeScript

Results 5 vitecamp issues
Sort by recently updated
recently updated
newest added

RT: 更新频率和star都超过了。(既然要追求刺激,那就贯彻到底咯:√)

delete方法的第二个参数应该是config,这里直接把data作为第二个参数传进去了 ![1687417852955](https://github.com/nekobc1998923/vitecamp/assets/57349905/3b73a746-301a-4aa0-86c3-f18e8f4870cb) ![1687417895852](https://github.com/nekobc1998923/vitecamp/assets/57349905/c8e5ec1d-8f45-49bf-b002-b3bd797e1467)

无法使用tsx/jsx语法 `const bb = () => aaaa` 会报错 找不到模块“vue/jsx-runtime”或其相应的类型声明。 Cannot find module 'vue/jsx-runtime' or its corresponding type declarations.