first
This commit is contained in:
8
packages/radio-button/index.js
Normal file
8
packages/radio-button/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import RadioButton from '../radio/src/radio-button.vue';
|
||||
|
||||
/* istanbul ignore next */
|
||||
RadioButton.install = function(Vue) {
|
||||
Vue.component(RadioButton.name, RadioButton);
|
||||
};
|
||||
|
||||
export default RadioButton;
|
Reference in New Issue
Block a user