feat: mj for mobile page payout is ready

This commit is contained in:
RockYang
2024-01-30 18:34:01 +08:00
parent 9446bf5f98
commit 8f4d94f046
5 changed files with 230 additions and 84 deletions

View File

@@ -8,6 +8,7 @@ import {
Button,
Cell,
CellGroup,
Col,
ConfigProvider,
Dialog,
DropdownItem,
@@ -22,8 +23,10 @@ import {
Overlay,
Picker,
Popup,
Row,
Search,
ShareSheet,
Slider,
Sticky,
SwipeCell,
Switch,
@@ -67,6 +70,9 @@ app.use(Uploader);
app.use(Tag);
app.use(V3waterfall)
app.use(Overlay)
app.use(Col)
app.use(Row)
app.use(Slider)
app.use(router).use(ElementPlus).mount('#app')