@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
|
**/
|
|
@@ -7204,7 +7204,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7204
7204
|
return vm;
|
|
7205
7205
|
}
|
|
7206
7206
|
}
|
|
7207
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7207
|
+
Vue.version = `2.6.14-compat:${"3.5.24"}`;
|
|
7208
7208
|
Vue.config = singletonApp.config;
|
|
7209
7209
|
Vue.use = (plugin, ...options) => {
|
|
7210
7210
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12378,7 +12378,7 @@ function isMemoSame(cached, memo) {
|
|
|
12378
12378
|
return true;
|
|
12379
12379
|
}
|
|
12380
12380
|
|
|
12381
|
-
const version = "3.5.
|
|
12381
|
+
const version = "3.5.24";
|
|
12382
12382
|
const warn = warn$1 ;
|
|
12383
12383
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12384
12384
|
const devtools = devtools$1 ;
|