naive-ui/packages/common/Input/index.js

9 lines
155 B
JavaScript
Raw Normal View History

2019-06-28 18:14:55 +08:00
/* istanbul ignore file */
2019-06-14 14:46:13 +08:00
import Input from './src/main.vue'
Input.install = function (Vue) {
Vue.component(Input.name, Input)
}
export default Input