UNPKG

element-ui

Version:

A Component Library for Vue.js.

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