trs-ui-app
Version:
TRS 可视化低代码平台 前端移动 UI 组件库 👍
12 lines (9 loc) • 346 B
JavaScript
import './index.vue.js';
import script from './index.vue_vue_type_script_setup_true_lang.vue.js';
const InfoCardList = script;
const TrsInfoCardList = script;
InfoCardList.install = (app) => {
app.component('InfoCardList', InfoCardList);
app.component('TrsInfoCardList', InfoCardList);
};
export { InfoCardList, TrsInfoCardList };