[Improvement] Support Vue.use to register a component (#401)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Install function to register a component
|
||||
*/
|
||||
export default function(Vue) {
|
||||
Vue.component(this.name, this);
|
||||
}
|
||||
Reference in New Issue
Block a user