UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

12 lines (9 loc) 319 B
import './index.vue.js'; import script from './index.vue_vue_type_script_setup_true_lang.vue.js'; const TabSwitch = script; const TrsTabSwitch = script; TabSwitch.install = (app) => { app.component('TabSwitch', TabSwitch); app.component('TrsTabSwitch', TabSwitch); }; export { TabSwitch, TrsTabSwitch };