chore: fix lint & upgrade deps

This commit is contained in:
YunYouJun
2022-11-21 14:30:12 +08:00
parent ba59b045c8
commit 9abece1009
9 changed files with 819 additions and 623 deletions

View File

@@ -7,6 +7,8 @@ export const install: UserModule = ({ isClient, router }) => {
if (to.path !== from.path)
NProgress.start()
})
router.afterEach(() => { NProgress.done() })
router.afterEach(() => {
NProgress.done()
})
}
}