chore: update deps

This commit is contained in:
Anthony Fu
2022-11-17 01:27:16 +08:00
parent 65aec3f101
commit 94b5fdddad
9 changed files with 249 additions and 238 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()
})
}
}