Fix inverted auto-import logic
parent
6e55ee9514
commit
57196cc3f8
|
@ -45,7 +45,7 @@ function registerComponents(resolvePath: any, moduleOptions: ModuleOptions) {
|
||||||
global: true
|
global: true
|
||||||
};
|
};
|
||||||
|
|
||||||
!moduleOptions.autoImport && addComponent(opt);
|
moduleOptions.autoImport && addComponent(opt);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
..._item,
|
..._item,
|
||||||
|
|
Loading…
Reference in New Issue