UNPKG

trs-ui-app

Version:

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

14 lines (11 loc) 358 B
import './index.vue.js'; import script from './index.vue_vue_type_script_setup_true_lang.vue.js'; const FollowBtn = script; const TrsFollowBtn = script; FollowBtn.install = (app) => { app.component('FollowBtn', FollowBtn); }; TrsFollowBtn.install = (app) => { app.component('TrsFollowBtn', FollowBtn); }; export { FollowBtn, TrsFollowBtn };