@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
package/dist/vue.esm-bundler.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -7309,7 +7309,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7309
7309
|
return vm;
|
|
7310
7310
|
}
|
|
7311
7311
|
}
|
|
7312
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7312
|
+
Vue.version = `2.6.14-compat:${"3.5.24"}`;
|
|
7313
7313
|
Vue.config = singletonApp.config;
|
|
7314
7314
|
Vue.use = (plugin, ...options) => {
|
|
7315
7315
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12537,7 +12537,7 @@ function isMemoSame(cached, memo) {
|
|
|
12537
12537
|
return true;
|
|
12538
12538
|
}
|
|
12539
12539
|
|
|
12540
|
-
const version = "3.5.
|
|
12540
|
+
const version = "3.5.24";
|
|
12541
12541
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
12542
12542
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12543
12543
|
const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
package/dist/vue.global.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -7271,7 +7271,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
7271
7271
|
return vm;
|
|
7272
7272
|
}
|
|
7273
7273
|
}
|
|
7274
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7274
|
+
Vue.version = `2.6.14-compat:${"3.5.24"}`;
|
|
7275
7275
|
Vue.config = singletonApp.config;
|
|
7276
7276
|
Vue.use = (plugin, ...options) => {
|
|
7277
7277
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12403,7 +12403,7 @@ Component that was made reactive: `,
|
|
|
12403
12403
|
return true;
|
|
12404
12404
|
}
|
|
12405
12405
|
|
|
12406
|
-
const version = "3.5.
|
|
12406
|
+
const version = "3.5.24";
|
|
12407
12407
|
const warn = warn$1 ;
|
|
12408
12408
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12409
12409
|
const devtools = devtools$1 ;
|