chore(deps): upgrade nuxt
This commit is contained in:
parent
0dbea5915f
commit
5717e5e677
6 changed files with 1034 additions and 999 deletions
|
@ -18,7 +18,7 @@ export default defineNuxtPlugin(({ $scrollToTop }) => {
|
|||
|
||||
const navigateTo = (to: string | RouteLocationRaw) => {
|
||||
closeKeyboardShortcuts()
|
||||
$scrollToTop() // is this really required?
|
||||
;($scrollToTop as () => void)() // is this really required?
|
||||
router.push(to)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue