feat: vue-mobile => 优化聊天记录拍版样式

This commit is contained in:
RockYang
2023-06-25 18:21:38 +08:00
parent f01fdd0070
commit 5f3a5871f1
8 changed files with 284 additions and 178 deletions

View File

@@ -9,6 +9,7 @@ import {
Cell,
CellGroup,
ConfigProvider,
Dialog,
DropdownItem,
DropdownMenu,
Field,
@@ -52,6 +53,7 @@ app.use(Icon);
app.use(DropdownItem);
app.use(Sticky);
app.use(SwipeCell);
app.use(Dialog);
app.use(router).use(ElementPlus).mount('#app')