@vue/compat 3.3.0 → 3.3.1
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 +3 -3
- package/dist/vue.cjs.prod.js +3 -3
- package/dist/vue.esm-browser.js +3 -3
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.esm-bundler.js +3 -3
- package/dist/vue.global.js +3 -3
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +3 -3
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.esm-bundler.js +3 -3
- package/dist/vue.runtime.global.js +3 -3
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +2 -2
package/dist/vue.cjs.js
CHANGED
|
@@ -3566,7 +3566,7 @@ function hydrateSuspense(node, vnode, parentComponent, parentSuspense, isSVG, sl
|
|
|
3566
3566
|
optimized
|
|
3567
3567
|
);
|
|
3568
3568
|
if (suspense.deps === 0) {
|
|
3569
|
-
suspense.resolve();
|
|
3569
|
+
suspense.resolve(false, true);
|
|
3570
3570
|
}
|
|
3571
3571
|
return result;
|
|
3572
3572
|
}
|
|
@@ -6355,7 +6355,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6355
6355
|
return vm;
|
|
6356
6356
|
}
|
|
6357
6357
|
}
|
|
6358
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6358
|
+
Vue.version = `2.6.14-compat:${"3.3.1"}`;
|
|
6359
6359
|
Vue.config = singletonApp.config;
|
|
6360
6360
|
Vue.use = (p, ...options) => {
|
|
6361
6361
|
if (p && isFunction(p.install)) {
|
|
@@ -10896,7 +10896,7 @@ function isMemoSame(cached, memo) {
|
|
|
10896
10896
|
return true;
|
|
10897
10897
|
}
|
|
10898
10898
|
|
|
10899
|
-
const version = "3.3.
|
|
10899
|
+
const version = "3.3.1";
|
|
10900
10900
|
const _ssrUtils = {
|
|
10901
10901
|
createComponentInstance,
|
|
10902
10902
|
setupComponent,
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -2632,7 +2632,7 @@ function hydrateSuspense(node, vnode, parentComponent, parentSuspense, isSVG, sl
|
|
|
2632
2632
|
optimized
|
|
2633
2633
|
);
|
|
2634
2634
|
if (suspense.deps === 0) {
|
|
2635
|
-
suspense.resolve();
|
|
2635
|
+
suspense.resolve(false, true);
|
|
2636
2636
|
}
|
|
2637
2637
|
return result;
|
|
2638
2638
|
}
|
|
@@ -5073,7 +5073,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5073
5073
|
return vm;
|
|
5074
5074
|
}
|
|
5075
5075
|
}
|
|
5076
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
5076
|
+
Vue.version = `2.6.14-compat:${"3.3.1"}`;
|
|
5077
5077
|
Vue.config = singletonApp.config;
|
|
5078
5078
|
Vue.use = (p, ...options) => {
|
|
5079
5079
|
if (p && isFunction(p.install)) {
|
|
@@ -8757,7 +8757,7 @@ function isMemoSame(cached, memo) {
|
|
|
8757
8757
|
return true;
|
|
8758
8758
|
}
|
|
8759
8759
|
|
|
8760
|
-
const version = "3.3.
|
|
8760
|
+
const version = "3.3.1";
|
|
8761
8761
|
const _ssrUtils = {
|
|
8762
8762
|
createComponentInstance,
|
|
8763
8763
|
setupComponent,
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -3493,7 +3493,7 @@ function hydrateSuspense(node, vnode, parentComponent, parentSuspense, isSVG, sl
|
|
|
3493
3493
|
optimized
|
|
3494
3494
|
);
|
|
3495
3495
|
if (suspense.deps === 0) {
|
|
3496
|
-
suspense.resolve();
|
|
3496
|
+
suspense.resolve(false, true);
|
|
3497
3497
|
}
|
|
3498
3498
|
return result;
|
|
3499
3499
|
}
|
|
@@ -6255,7 +6255,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6255
6255
|
return vm;
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6258
|
+
Vue.version = `2.6.14-compat:${"3.3.1"}`;
|
|
6259
6259
|
Vue.config = singletonApp.config;
|
|
6260
6260
|
Vue.use = (p, ...options) => {
|
|
6261
6261
|
if (p && isFunction(p.install)) {
|
|
@@ -10784,7 +10784,7 @@ function isMemoSame(cached, memo) {
|
|
|
10784
10784
|
return true;
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
|
-
const version = "3.3.
|
|
10787
|
+
const version = "3.3.1";
|
|
10788
10788
|
const ssrUtils = null;
|
|
10789
10789
|
const resolveFilter = resolveFilter$1 ;
|
|
10790
10790
|
const _compatUtils = {
|