UNPKG

@wocwin/t-ui

Version:

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

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