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