feat: sider调整
This commit is contained in:
@ -32,4 +32,7 @@ Object.values(directives).forEach((directive) => {
|
||||
app.use(directive);
|
||||
}); // 注册指令
|
||||
|
||||
app.mount('#app');
|
||||
// 解决mounted中获取不到route信息
|
||||
router.isReady().then(() => {
|
||||
app.mount('#app');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user