完成移动端邀请页面功能

This commit is contained in:
RockYang
2025-08-06 09:57:14 +08:00
parent 8d2519d5a1
commit bb6e90d50a
35 changed files with 3335 additions and 3233 deletions

View File

@@ -24,6 +24,7 @@ import {
ActionSheet,
Badge,
Button,
Calendar,
Cell,
CellGroup,
Circle,
@@ -52,6 +53,7 @@ import {
Overlay,
Picker,
Popup,
PullRefresh,
Radio,
RadioGroup,
Row,
@@ -130,5 +132,7 @@ app.use(Tabs)
app.use(Divider)
app.use(NoticeBar)
app.use(ActionSheet)
app.use(PullRefresh)
app.use(Calendar)
app.use(Toast)
app.use(router).use(ElementPlus).mount('#app')