feat(projects): 引入unocss替换windicss

This commit is contained in:
Soybean
2022-04-22 12:26:11 +08:00
parent 5e276421ad
commit c9d3e5a3fd
14 changed files with 1108 additions and 105 deletions

3
build/plugins/jsx.ts Normal file
View File

@ -0,0 +1,3 @@
import vueJsx from '@vitejs/plugin-vue-jsx';
export default vueJsx();