mirror of https://github.com/rancher/dashboard.git
prevent links prefetch on nuxt-link (#6698)
Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
This commit is contained in:
parent
3f8b7c00b9
commit
8d827a1c17
|
|
@ -305,8 +305,9 @@ export default function(dir, _appConfig) {
|
|||
},
|
||||
|
||||
router: {
|
||||
base: routerBasePath,
|
||||
middleware: ['i18n'],
|
||||
base: routerBasePath,
|
||||
middleware: ['i18n'],
|
||||
prefetchLinks: false
|
||||
},
|
||||
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue