@vue/compat 3.4.37 → 3.4.38
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 +29 -11
- package/dist/vue.cjs.prod.js +29 -11
- package/dist/vue.esm-browser.js +12 -9
- package/dist/vue.esm-browser.prod.js +6 -6
- package/dist/vue.esm-bundler.js +12 -9
- package/dist/vue.global.js +12 -9
- package/dist/vue.global.prod.js +6 -6
- package/dist/vue.runtime.esm-browser.js +3 -3
- package/dist/vue.runtime.esm-browser.prod.js +2 -2
- package/dist/vue.runtime.esm-bundler.js +3 -3
- package/dist/vue.runtime.global.js +3 -3
- package/dist/vue.runtime.global.prod.js +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.4.
|
|
2
|
+
* @vue/compat v3.4.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -5198,7 +5198,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5198
5198
|
return vm;
|
|
5199
5199
|
}
|
|
5200
5200
|
}
|
|
5201
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
5201
|
+
Vue.version = `2.6.14-compat:${"3.4.38"}`;
|
|
5202
5202
|
Vue.config = singletonApp.config;
|
|
5203
5203
|
Vue.use = (plugin, ...options) => {
|
|
5204
5204
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -11485,7 +11485,7 @@ function isMemoSame(cached, memo) {
|
|
|
11485
11485
|
return true;
|
|
11486
11486
|
}
|
|
11487
11487
|
|
|
11488
|
-
const version = "3.4.
|
|
11488
|
+
const version = "3.4.38";
|
|
11489
11489
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
11490
11490
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11491
11491
|
const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.4.
|
|
2
|
+
* @vue/compat v3.4.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -5186,7 +5186,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
5186
5186
|
return vm;
|
|
5187
5187
|
}
|
|
5188
5188
|
}
|
|
5189
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
5189
|
+
Vue.version = `2.6.14-compat:${"3.4.38"}`;
|
|
5190
5190
|
Vue.config = singletonApp.config;
|
|
5191
5191
|
Vue.use = (plugin, ...options) => {
|
|
5192
5192
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -11368,7 +11368,7 @@ Component that was made reactive: `,
|
|
|
11368
11368
|
return true;
|
|
11369
11369
|
}
|
|
11370
11370
|
|
|
11371
|
-
const version = "3.4.
|
|
11371
|
+
const version = "3.4.38";
|
|
11372
11372
|
const warn = warn$1 ;
|
|
11373
11373
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11374
11374
|
const devtools = devtools$1 ;
|