UNPKG

trs-ui-app

Version:

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

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