feat: image-wall page for mobile is ready

This commit is contained in:
RockYang
2024-02-20 17:38:18 +08:00
parent f263fc067a
commit cc59f0c761
6 changed files with 140 additions and 85 deletions

View File

@@ -40,8 +40,10 @@ import {
Sticky,
SwipeCell,
Switch,
Tab,
Tabbar,
TabbarItem,
Tabs,
Tag,
TextEllipsis,
Uploader
@@ -93,6 +95,8 @@ app.use(Circle);
app.use(Loading);
app.use(Lazyload);
app.use(ImagePreview);
app.use(Tab);
app.use(Tabs);
app.use(router).use(ElementPlus).mount('#app')