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