When autoImport is disabled, use the include and exclude for manual registration.
The components to import and register are defined with the include option using a string array. When the value is ignored or set using the * alias, all of the components are registered.
In case all components are imported, particular components can still be excluded with the exclude option.
By default, for compatibility reasons, Chart and Editor components are excluded. To include them simply set the exclude option to an empty list.
Use the prefix option to give a prefix to the registered component names.
Component registration can be customized further by implementing the name function that gets an object representing the import metadata. name is the label of the component, as is the default export name and from is the import path.