@vue/compat 3.4.0-rc.3 → 3.4.0
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 +2 -2
- package/dist/vue.cjs.prod.js +2 -2
- package/dist/vue.esm-browser.js +2 -2
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.esm-bundler.js +2 -2
- package/dist/vue.global.js +2 -2
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +2 -2
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.esm-bundler.js +2 -2
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +2 -2
package/dist/vue.cjs.js
CHANGED
|
@@ -6574,7 +6574,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6574
6574
|
return vm;
|
|
6575
6575
|
}
|
|
6576
6576
|
}
|
|
6577
|
-
Vue.version = `2.6.14-compat:${"3.4.0
|
|
6577
|
+
Vue.version = `2.6.14-compat:${"3.4.0"}`;
|
|
6578
6578
|
Vue.config = singletonApp.config;
|
|
6579
6579
|
Vue.use = (p, ...options) => {
|
|
6580
6580
|
if (p && isFunction(p.install)) {
|
|
@@ -11307,7 +11307,7 @@ function isMemoSame(cached, memo) {
|
|
|
11307
11307
|
return true;
|
|
11308
11308
|
}
|
|
11309
11309
|
|
|
11310
|
-
const version = "3.4.0
|
|
11310
|
+
const version = "3.4.0";
|
|
11311
11311
|
const warn = warn$1 ;
|
|
11312
11312
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11313
11313
|
const devtools = devtools$1 ;
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -5265,7 +5265,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5265
5265
|
return vm;
|
|
5266
5266
|
}
|
|
5267
5267
|
}
|
|
5268
|
-
Vue.version = `2.6.14-compat:${"3.4.0
|
|
5268
|
+
Vue.version = `2.6.14-compat:${"3.4.0"}`;
|
|
5269
5269
|
Vue.config = singletonApp.config;
|
|
5270
5270
|
Vue.use = (p, ...options) => {
|
|
5271
5271
|
if (p && isFunction(p.install)) {
|
|
@@ -9073,7 +9073,7 @@ function isMemoSame(cached, memo) {
|
|
|
9073
9073
|
return true;
|
|
9074
9074
|
}
|
|
9075
9075
|
|
|
9076
|
-
const version = "3.4.0
|
|
9076
|
+
const version = "3.4.0";
|
|
9077
9077
|
const warn$1 = NOOP;
|
|
9078
9078
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
9079
9079
|
const devtools = void 0;
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -6496,7 +6496,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6496
6496
|
return vm;
|
|
6497
6497
|
}
|
|
6498
6498
|
}
|
|
6499
|
-
Vue.version = `2.6.14-compat:${"3.4.0
|
|
6499
|
+
Vue.version = `2.6.14-compat:${"3.4.0"}`;
|
|
6500
6500
|
Vue.config = singletonApp.config;
|
|
6501
6501
|
Vue.use = (p, ...options) => {
|
|
6502
6502
|
if (p && isFunction(p.install)) {
|
|
@@ -11212,7 +11212,7 @@ function isMemoSame(cached, memo) {
|
|
|
11212
11212
|
return true;
|
|
11213
11213
|
}
|
|
11214
11214
|
|
|
11215
|
-
const version = "3.4.0
|
|
11215
|
+
const version = "3.4.0";
|
|
11216
11216
|
const warn = warn$1 ;
|
|
11217
11217
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11218
11218
|
const devtools = devtools$1 ;
|