@vue/compat 3.2.25 → 3.2.26
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 +2 -2
- package/dist/vue.cjs.prod.js +2 -2
- package/dist/vue.esm-browser.js +2 -2
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.esm-bundler.js +2 -2
- package/dist/vue.global.js +2 -2
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +2 -2
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.esm-bundler.js +2 -2
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +2 -2
package/dist/vue.cjs.js
CHANGED
|
@@ -5449,7 +5449,7 @@ function createCompatVue(createApp, createSingletonApp) {
|
|
|
5449
5449
|
return vm;
|
|
5450
5450
|
}
|
|
5451
5451
|
}
|
|
5452
|
-
Vue.version = "3.2.
|
|
5452
|
+
Vue.version = "3.2.26";
|
|
5453
5453
|
Vue.config = singletonApp.config;
|
|
5454
5454
|
Vue.use = (p, ...options) => {
|
|
5455
5455
|
if (p && isFunction(p.install)) {
|
|
@@ -11053,7 +11053,7 @@ function isMemoSame(cached, memo) {
|
|
|
11053
11053
|
}
|
|
11054
11054
|
|
|
11055
11055
|
// Core API ------------------------------------------------------------------
|
|
11056
|
-
const version = "3.2.
|
|
11056
|
+
const version = "3.2.26";
|
|
11057
11057
|
const _ssrUtils = {
|
|
11058
11058
|
createComponentInstance,
|
|
11059
11059
|
setupComponent,
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -4273,7 +4273,7 @@ function createCompatVue(createApp, createSingletonApp) {
|
|
|
4273
4273
|
return vm;
|
|
4274
4274
|
}
|
|
4275
4275
|
}
|
|
4276
|
-
Vue.version = "3.2.
|
|
4276
|
+
Vue.version = "3.2.26";
|
|
4277
4277
|
Vue.config = singletonApp.config;
|
|
4278
4278
|
Vue.use = (p, ...options) => {
|
|
4279
4279
|
if (p && isFunction(p.install)) {
|
|
@@ -8954,7 +8954,7 @@ function isMemoSame(cached, memo) {
|
|
|
8954
8954
|
}
|
|
8955
8955
|
|
|
8956
8956
|
// Core API ------------------------------------------------------------------
|
|
8957
|
-
const version = "3.2.
|
|
8957
|
+
const version = "3.2.26";
|
|
8958
8958
|
const _ssrUtils = {
|
|
8959
8959
|
createComponentInstance,
|
|
8960
8960
|
setupComponent,
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -5312,7 +5312,7 @@ function createCompatVue(createApp, createSingletonApp) {
|
|
|
5312
5312
|
return vm;
|
|
5313
5313
|
}
|
|
5314
5314
|
}
|
|
5315
|
-
Vue.version = "3.2.
|
|
5315
|
+
Vue.version = "3.2.26";
|
|
5316
5316
|
Vue.config = singletonApp.config;
|
|
5317
5317
|
Vue.use = (p, ...options) => {
|
|
5318
5318
|
if (p && isFunction(p.install)) {
|
|
@@ -10895,7 +10895,7 @@ function isMemoSame(cached, memo) {
|
|
|
10895
10895
|
}
|
|
10896
10896
|
|
|
10897
10897
|
// Core API ------------------------------------------------------------------
|
|
10898
|
-
const version = "3.2.
|
|
10898
|
+
const version = "3.2.26";
|
|
10899
10899
|
/**
|
|
10900
10900
|
* SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
|
|
10901
10901
|
* @internal
|