chore: lint

This commit is contained in:
Anthony Fu 2022-11-22 19:41:13 +08:00
parent 176616cf1f
commit 59763be7d3

View File

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