right panel

This commit is contained in:
cxc
2022-12-15 17:30:55 +08:00
parent b9fcfbfb6b
commit 57bcaecc90
23 changed files with 1425 additions and 1130 deletions

View File

@ -11,6 +11,7 @@ export default function createVitePlugins(viteEnv, isBuild = false) {
vue(),
vueJsx({
transformOn: true,
// include: ["src/**/*.vue", "src/**/*.jsx"],
}),
];
vitePlugins.push(createAutoImport());