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