@vue/compat 3.5.7 → 3.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue.cjs.js +6 -6
- package/dist/vue.cjs.prod.js +6 -6
- package/dist/vue.esm-browser.js +6 -6
- package/dist/vue.esm-browser.prod.js +2 -2
- package/dist/vue.esm-bundler.js +6 -6
- package/dist/vue.global.js +6 -6
- package/dist/vue.global.prod.js +2 -2
- package/dist/vue.runtime.esm-browser.js +6 -6
- package/dist/vue.runtime.esm-browser.prod.js +2 -2
- package/dist/vue.runtime.esm-bundler.js +6 -6
- package/dist/vue.runtime.global.js +6 -6
- package/dist/vue.runtime.global.prod.js +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.5.
|
|
2
|
+
* @vue/compat v3.5.8
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -597,7 +597,7 @@ function prepareDeps(sub) {
|
|
|
597
597
|
link.dep.activeLink = link;
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
|
-
function cleanupDeps(sub) {
|
|
600
|
+
function cleanupDeps(sub, fromComputed = false) {
|
|
601
601
|
let head;
|
|
602
602
|
let tail = sub.depsTail;
|
|
603
603
|
let link = tail;
|
|
@@ -605,7 +605,7 @@ function cleanupDeps(sub) {
|
|
|
605
605
|
const prev = link.prevDep;
|
|
606
606
|
if (link.version === -1) {
|
|
607
607
|
if (link === tail) tail = prev;
|
|
608
|
-
removeSub(link);
|
|
608
|
+
removeSub(link, fromComputed);
|
|
609
609
|
removeDep(link);
|
|
610
610
|
} else {
|
|
611
611
|
head = link;
|
|
@@ -660,7 +660,7 @@ function refreshComputed(computed) {
|
|
|
660
660
|
} finally {
|
|
661
661
|
activeSub = prevSub;
|
|
662
662
|
shouldTrack = prevShouldTrack;
|
|
663
|
-
cleanupDeps(computed);
|
|
663
|
+
cleanupDeps(computed, true);
|
|
664
664
|
computed.flags &= ~2;
|
|
665
665
|
}
|
|
666
666
|
}
|
|
@@ -7115,7 +7115,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7115
7115
|
return vm;
|
|
7116
7116
|
}
|
|
7117
7117
|
}
|
|
7118
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7118
|
+
Vue.version = `2.6.14-compat:${"3.5.8"}`;
|
|
7119
7119
|
Vue.config = singletonApp.config;
|
|
7120
7120
|
Vue.use = (plugin, ...options) => {
|
|
7121
7121
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12284,7 +12284,7 @@ function isMemoSame(cached, memo) {
|
|
|
12284
12284
|
return true;
|
|
12285
12285
|
}
|
|
12286
12286
|
|
|
12287
|
-
const version = "3.5.
|
|
12287
|
+
const version = "3.5.8";
|
|
12288
12288
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
12289
12289
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12290
12290
|
const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.5.
|
|
2
|
+
* @vue/compat v3.5.8
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -600,7 +600,7 @@ var Vue = (function () {
|
|
|
600
600
|
link.dep.activeLink = link;
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
|
-
function cleanupDeps(sub) {
|
|
603
|
+
function cleanupDeps(sub, fromComputed = false) {
|
|
604
604
|
let head;
|
|
605
605
|
let tail = sub.depsTail;
|
|
606
606
|
let link = tail;
|
|
@@ -608,7 +608,7 @@ var Vue = (function () {
|
|
|
608
608
|
const prev = link.prevDep;
|
|
609
609
|
if (link.version === -1) {
|
|
610
610
|
if (link === tail) tail = prev;
|
|
611
|
-
removeSub(link);
|
|
611
|
+
removeSub(link, fromComputed);
|
|
612
612
|
removeDep(link);
|
|
613
613
|
} else {
|
|
614
614
|
head = link;
|
|
@@ -663,7 +663,7 @@ var Vue = (function () {
|
|
|
663
663
|
} finally {
|
|
664
664
|
activeSub = prevSub;
|
|
665
665
|
shouldTrack = prevShouldTrack;
|
|
666
|
-
cleanupDeps(computed);
|
|
666
|
+
cleanupDeps(computed, true);
|
|
667
667
|
computed.flags &= ~2;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
@@ -7077,7 +7077,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
7077
7077
|
return vm;
|
|
7078
7078
|
}
|
|
7079
7079
|
}
|
|
7080
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7080
|
+
Vue.version = `2.6.14-compat:${"3.5.8"}`;
|
|
7081
7081
|
Vue.config = singletonApp.config;
|
|
7082
7082
|
Vue.use = (plugin, ...options) => {
|
|
7083
7083
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12155,7 +12155,7 @@ Component that was made reactive: `,
|
|
|
12155
12155
|
return true;
|
|
12156
12156
|
}
|
|
12157
12157
|
|
|
12158
|
-
const version = "3.5.
|
|
12158
|
+
const version = "3.5.8";
|
|
12159
12159
|
const warn = warn$1 ;
|
|
12160
12160
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12161
12161
|
const devtools = devtools$1 ;
|