UNPKG

@wocwin/t-ui

Version:

Vue 中基于Element-ui二次封装基础组件文档

9 lines (6 loc) 159 B
import TInput from './src' /* istanbul ignore next */ TInput.install = function (Vue) { Vue.component(TInput.name, TInput) } export default TInput