DVUEComponent._components

* components - Local registration of components * For each property in the components object, * the key will be the name of the custom element, while the value will contain the options object for the component. * Key and name could be the same. Example: * components: { * ComponentA: ComponentA, * 'component-b': ComponentB * }

class DVUEComponent
protected
string[string] _components;

Meta