mirror of https://github.com/ElemeFE/element
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
![]() |
const ElInput = require('./src/input');
|
||
|
|
||
|
ElInput.install = function(Vue) {
|
||
|
Vue.component(ElInput.name, ElInput);
|
||
|
};
|
||
|
|
||
|
module.exports = ElInput;
|