feat: vue-mobile => 完成移动端聊天配置功能

This commit is contained in:
RockYang
2023-06-26 18:18:45 +08:00
parent 6a733de556
commit 5187a43543
13 changed files with 189 additions and 36 deletions

View File

@@ -25,6 +25,7 @@ import {
ShareSheet,
Sticky,
SwipeCell,
Switch,
Tabbar,
TabbarItem,
TextEllipsis
@@ -56,6 +57,7 @@ app.use(Sticky);
app.use(SwipeCell);
app.use(Dialog);
app.use(ShareSheet);
app.use(Switch);
app.use(router).use(ElementPlus).mount('#app')