@vue/compat 3.5.23 → 3.5.24
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 +7 -10
- package/dist/vue.cjs.prod.js +7 -10
- package/dist/vue.esm-browser.js +3 -3
- package/dist/vue.esm-browser.prod.js +5 -5
- package/dist/vue.esm-bundler.js +3 -3
- package/dist/vue.global.js +3 -3
- package/dist/vue.global.prod.js +7 -7
- package/dist/vue.runtime.esm-browser.js +3 -3
- package/dist/vue.runtime.esm-browser.prod.js +3 -3
- package/dist/vue.runtime.esm-bundler.js +3 -3
- package/dist/vue.runtime.global.js +3 -3
- package/dist/vue.runtime.global.prod.js +3 -3
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.5.
|
|
2
|
+
* @vue/compat v3.5.24
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7236,7 +7236,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7236
7236
|
return vm;
|
|
7237
7237
|
}
|
|
7238
7238
|
}
|
|
7239
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7239
|
+
Vue.version = `2.6.14-compat:${"3.5.24"}`;
|
|
7240
7240
|
Vue.config = singletonApp.config;
|
|
7241
7241
|
Vue.use = (plugin, ...options) => {
|
|
7242
7242
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12464,7 +12464,7 @@ function isMemoSame(cached, memo) {
|
|
|
12464
12464
|
return true;
|
|
12465
12465
|
}
|
|
12466
12466
|
|
|
12467
|
-
const version = "3.5.
|
|
12467
|
+
const version = "3.5.24";
|
|
12468
12468
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
12469
12469
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12470
12470
|
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.24
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7198,7 +7198,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
7198
7198
|
return vm;
|
|
7199
7199
|
}
|
|
7200
7200
|
}
|
|
7201
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7201
|
+
Vue.version = `2.6.14-compat:${"3.5.24"}`;
|
|
7202
7202
|
Vue.config = singletonApp.config;
|
|
7203
7203
|
Vue.use = (plugin, ...options) => {
|
|
7204
7204
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12330,7 +12330,7 @@ Component that was made reactive: `,
|
|
|
12330
12330
|
return true;
|
|
12331
12331
|
}
|
|
12332
12332
|
|
|
12333
|
-
const version = "3.5.
|
|
12333
|
+
const version = "3.5.24";
|
|
12334
12334
|
const warn = warn$1 ;
|
|
12335
12335
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12336
12336
|
const devtools = devtools$1 ;
|