mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(components): 修复BaseLayout的HorizontalLayout
This commit is contained in:
@ -20,13 +20,13 @@ async function setupApp() {
|
||||
setupStore(app);
|
||||
|
||||
// 优先挂载一下 appProvider 解决路由守卫,Axios中可使用,LoadingBar,Dialog,Message 等之类组件
|
||||
appProvider.mount('#appProvider', true);
|
||||
appProvider.mount('#appProvider');
|
||||
|
||||
// 挂载路由
|
||||
await setupRouter(app);
|
||||
|
||||
// 路由准备就绪后挂载APP实例
|
||||
app.mount('#app', true);
|
||||
app.mount('#app');
|
||||
}
|
||||
|
||||
setupPlugins();
|
||||
|
Reference in New Issue
Block a user