chore: lint
This commit is contained in:
parent
176616cf1f
commit
59763be7d3
@ -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()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user