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