custom request loading anime

This commit is contained in:
mubai
2023-05-15 11:02:13 +08:00
parent cc95d55bee
commit 04c93f0a55
14 changed files with 205 additions and 61 deletions

View File

@@ -5,7 +5,7 @@ import { router} from "./router/router";
// 引入elementPlus
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
// 使用自定义loading
const app = createApp(App)
@@ -17,7 +17,8 @@ app.use(router)
app.mount('#app')
export default app