♻️(component): [space} 切换至 tsx

This commit is contained in:
sight
2022-08-29 16:23:30 +08:00
parent eee74b05f0
commit 8ea3ae78b0
6 changed files with 142 additions and 121 deletions

View File

@@ -1,5 +1,6 @@
import { UserConfigExport } from "vite";
import vue from "@vitejs/plugin-vue";
import vueJsx from "@vitejs/plugin-vue-jsx";
import { resolve } from "path";
export default (): UserConfigExport => {
@@ -13,7 +14,7 @@ export default (): UserConfigExport => {
},
],
},
plugins: [vue()],
plugins: [vue(), vueJsx],
build: {
cssCodeSplit: false,
outDir: "lib",