@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
package/dist/vue.cjs.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -7606,7 +7606,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7606
7606
|
return vm;
|
|
7607
7607
|
}
|
|
7608
7608
|
}
|
|
7609
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7609
|
+
Vue.version = `2.6.14-compat:${"3.5.38"}`;
|
|
7610
7610
|
Vue.config = singletonApp.config;
|
|
7611
7611
|
Vue.use = (plugin, ...options) => {
|
|
7612
7612
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12748,7 +12748,7 @@ function isMemoSame(cached, memo) {
|
|
|
12748
12748
|
return true;
|
|
12749
12749
|
}
|
|
12750
12750
|
|
|
12751
|
-
const version = "3.5.
|
|
12751
|
+
const version = "3.5.38";
|
|
12752
12752
|
const warn = warn$1 ;
|
|
12753
12753
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12754
12754
|
const devtools = devtools$1 ;
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -6125,7 +6125,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6125
6125
|
return vm;
|
|
6126
6126
|
}
|
|
6127
6127
|
}
|
|
6128
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
6128
|
+
Vue.version = `2.6.14-compat:${"3.5.38"}`;
|
|
6129
6129
|
Vue.config = singletonApp.config;
|
|
6130
6130
|
Vue.use = (plugin, ...options) => {
|
|
6131
6131
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -10279,7 +10279,7 @@ function isMemoSame(cached, memo) {
|
|
|
10279
10279
|
return true;
|
|
10280
10280
|
}
|
|
10281
10281
|
|
|
10282
|
-
const version = "3.5.
|
|
10282
|
+
const version = "3.5.38";
|
|
10283
10283
|
const warn$1 = NOOP;
|
|
10284
10284
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
10285
10285
|
const devtools = void 0;
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -7556,7 +7556,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7556
7556
|
return vm;
|
|
7557
7557
|
}
|
|
7558
7558
|
}
|
|
7559
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7559
|
+
Vue.version = `2.6.14-compat:${"3.5.38"}`;
|
|
7560
7560
|
Vue.config = singletonApp.config;
|
|
7561
7561
|
Vue.use = (plugin, ...options) => {
|
|
7562
7562
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12698,7 +12698,7 @@ function isMemoSame(cached, memo) {
|
|
|
12698
12698
|
return true;
|
|
12699
12699
|
}
|
|
12700
12700
|
|
|
12701
|
-
const version = "3.5.
|
|
12701
|
+
const version = "3.5.38";
|
|
12702
12702
|
const warn = warn$1 ;
|
|
12703
12703
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12704
12704
|
const devtools = devtools$1 ;
|