UNPKG

tps-ui-components

Version:

TPS UI组件库 - 基于Vue 2和Element UI的企业级组件库

8 lines (6 loc) 193 B
import TpsButton from './index.vue' // 为组件提供install方法,供按需引入 TpsButton.install = function(Vue) { Vue.component(TpsButton.name, TpsButton) } export default TpsButton