element/packages/input/index.js
2016-10-19 22:48:35 +08:00

9 lines
172 B
JavaScript

const ElInput = require('./src/input');
/* istanbul ignore next */
ElInput.install = function(Vue) {
Vue.component(ElInput.name, ElInput);
};
module.exports = ElInput;