This commit is contained in:
sexygoat
2026-03-31 18:41:52 +08:00
commit 3c62cc1cd1
527 changed files with 96725 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/**
* @name AutoComponentsPlugin
* @description 按需加载,自动引入
*/
import Components from 'unplugin-vue-components/vite';
export const AutoComponentsPlugin = () => {
return Components({
dts: 'types/components.d.ts',
});
};