UNPKG

@wocwin/t-ui

Version:

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

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