mirror of https://github.com/ElemeFE/element
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
![]() |
const ElCheckbox = require('./src/checkbox');
|
||
|
|
||
|
ElCheckbox.install = function(Vue) {
|
||
|
Vue.component('el-checkbox', ElCheckbox);
|
||
|
};
|
||
|
|
||
|
module.exports = ElCheckbox;
|
||
|
|