mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
parent
a759196865
commit
3142ce15d8
@ -489,13 +489,13 @@ function showNextPage(to) {
|
||||
function fixPrepatch(to, ___) {
|
||||
if (this._pathChanged === false && this._queryChanged === false) return
|
||||
|
||||
Vue.nextTick(() => {
|
||||
const matches = []
|
||||
const instances = getMatchedComponentsInstances(to, matches)
|
||||
const Components = getMatchedComponents(to, matches)
|
||||
const matches = []
|
||||
const instances = getMatchedComponentsInstances(to, matches)
|
||||
const Components = getMatchedComponents(to, matches)
|
||||
|
||||
Vue.nextTick(() => {
|
||||
instances.forEach((instance, i) => {
|
||||
if (!instance) return
|
||||
if (!instance || instance._isDestroyed) return
|
||||
// if (
|
||||
// !this._queryChanged &&
|
||||
// to.matched[matches[i]].path.indexOf(':') === -1 &&
|
||||
|
Loading…
Reference in New Issue
Block a user