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