@vue/compat 3.5.15 → 3.5.16
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.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7251,7 +7251,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7251
7251
|
return vm;
|
|
7252
7252
|
}
|
|
7253
7253
|
}
|
|
7254
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7254
|
+
Vue.version = `2.6.14-compat:${"3.5.16"}`;
|
|
7255
7255
|
Vue.config = singletonApp.config;
|
|
7256
7256
|
Vue.use = (plugin, ...options) => {
|
|
7257
7257
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12407,7 +12407,7 @@ function isMemoSame(cached, memo) {
|
|
|
12407
12407
|
return true;
|
|
12408
12408
|
}
|
|
12409
12409
|
|
|
12410
|
-
const version = "3.5.
|
|
12410
|
+
const version = "3.5.16";
|
|
12411
12411
|
const warn = warn$1 ;
|
|
12412
12412
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12413
12413
|
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.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -5822,7 +5822,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5822
5822
|
return vm;
|
|
5823
5823
|
}
|
|
5824
5824
|
}
|
|
5825
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
5825
|
+
Vue.version = `2.6.14-compat:${"3.5.16"}`;
|
|
5826
5826
|
Vue.config = singletonApp.config;
|
|
5827
5827
|
Vue.use = (plugin, ...options) => {
|
|
5828
5828
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -9977,7 +9977,7 @@ function isMemoSame(cached, memo) {
|
|
|
9977
9977
|
return true;
|
|
9978
9978
|
}
|
|
9979
9979
|
|
|
9980
|
-
const version = "3.5.
|
|
9980
|
+
const version = "3.5.16";
|
|
9981
9981
|
const warn$1 = NOOP;
|
|
9982
9982
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
9983
9983
|
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.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -7201,7 +7201,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7201
7201
|
return vm;
|
|
7202
7202
|
}
|
|
7203
7203
|
}
|
|
7204
|
-
Vue.version = `2.6.14-compat:${"3.5.
|
|
7204
|
+
Vue.version = `2.6.14-compat:${"3.5.16"}`;
|
|
7205
7205
|
Vue.config = singletonApp.config;
|
|
7206
7206
|
Vue.use = (plugin, ...options) => {
|
|
7207
7207
|
if (plugin && isFunction(plugin.install)) {
|
|
@@ -12357,7 +12357,7 @@ function isMemoSame(cached, memo) {
|
|
|
12357
12357
|
return true;
|
|
12358
12358
|
}
|
|
12359
12359
|
|
|
12360
|
-
const version = "3.5.
|
|
12360
|
+
const version = "3.5.16";
|
|
12361
12361
|
const warn = warn$1 ;
|
|
12362
12362
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
12363
12363
|
const devtools = devtools$1 ;
|