opt: enable use cdn url for mj-plus

This commit is contained in:
RockYang
2024-01-28 21:56:25 +08:00
parent 46daaa4ba1
commit 23e353b18b
17 changed files with 193 additions and 158 deletions

View File

@@ -19,6 +19,7 @@ import {
List,
NavBar,
Notify,
Overlay,
Picker,
Popup,
Search,
@@ -65,6 +66,7 @@ app.use(Switch);
app.use(Uploader);
app.use(Tag);
app.use(V3waterfall)
app.use(Overlay)
app.use(router).use(ElementPlus).mount('#app')