feat: add config registerComponents()
This commit is contained in:
parent
685ce00f6b
commit
60c650750c
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
// import registerComponents from "./packages/register-components";
|
||||
import defineConfig from "./packages/define-config";
|
||||
import registerComponents from "./packages/register-components";
|
||||
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
onBuild: [registerComponents()],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue