chushihua
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import Select from './src/select';
|
||||
|
||||
/* istanbul ignore next */
|
||||
Select.install = function(Vue) {
|
||||
Vue.component(Select.name, Select);
|
||||
};
|
||||
|
||||
export default Select;
|
||||
Reference in New Issue
Block a user