@vue/compat 3.5.37 → 3.5.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 +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 +2 -2
- package/dist/vue.esm-bundler.js +3 -3
- package/dist/vue.global.js +3 -3
- package/dist/vue.global.prod.js +2 -2
- 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.5.
|
|
2
|
+
* @vue/compat v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7515,7 +7515,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7515
7515
|
return vm;
|
|
7516
7516
|
}
|
|
7517
7517
|
}
|
|
7518
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7518
|
+
Vue.version = `2.6.14-compat:${"3.5.38"}`;
|
|
7519
7519
|
Vue.config = singletonApp.config;
|
|
7520
7520
|
Vue.use = (plugin, ...options) => {
|
|
7521
7521
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12711,7 +12711,7 @@ function isMemoSame(cached, memo) {
|
|
|
12711
12711
|
return true;
|
|
12712
12712
|
}
|
|
12713
12713
|
|
|
12714
|
-
const version = "3.5.
|
|
12714
|
+
const version = "3.5.38";
|
|
12715
12715
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
12716
12716
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12717
12717
|
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.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7449,7 +7449,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
7449
7449
|
return vm;
|
|
7450
7450
|
}
|
|
7451
7451
|
}
|
|
7452
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7452
|
+
Vue.version = `2.6.14-compat:${"3.5.38"}`;
|
|
7453
7453
|
Vue.config = singletonApp.config;
|
|
7454
7454
|
Vue.use = (plugin, ...options) => {
|
|
7455
7455
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12577,7 +12577,7 @@ Component that was made reactive: `,
|
|
|
12577
12577
|
return true;
|
|
12578
12578
|
}
|
|
12579
12579
|
|
|
12580
|
-
const version = "3.5.
|
|
12580
|
+
const version = "3.5.38";
|
|
12581
12581
|
const warn = warn$1 ;
|
|
12582
12582
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12583
12583
|
const devtools = devtools$1 ;
|