vant/packages/utils/install.js

7 lines
119 B
JavaScript

/**
* Install function to register a component
*/
export default function(Vue) {
Vue.component(this.name, this);
}