@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
|
**/
|
|
@@ -5183,7 +5183,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5183
5183
|
return vm;
|
|
5184
5184
|
}
|
|
5185
5185
|
}
|
|
5186
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
5186
|
+
Vue.version = `2.6.14-compat:${"3.4.38"}`;
|
|
5187
5187
|
Vue.config = singletonApp.config;
|
|
5188
5188
|
Vue.use = (plugin, ...options) => {
|
|
5189
5189
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -11371,7 +11371,7 @@ function isMemoSame(cached, memo) {
|
|
|
11371
11371
|
return true;
|
|
11372
11372
|
}
|
|
11373
11373
|
|
|
11374
|
-
const version = "3.4.
|
|
11374
|
+
const version = "3.4.38";
|
|
11375
11375
|
const warn = warn$1 ;
|
|
11376
11376
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11377
11377
|
const devtools = devtools$1 ;
|