@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.esm-bundler.js
CHANGED
|
@@ -6534,7 +6534,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6534
6534
|
return vm;
|
|
6535
6535
|
}
|
|
6536
6536
|
}
|
|
6537
|
-
Vue.version = `2.6.14-compat:${"3.4.0
|
|
6537
|
+
Vue.version = `2.6.14-compat:${"3.4.0"}`;
|
|
6538
6538
|
Vue.config = singletonApp.config;
|
|
6539
6539
|
Vue.use = (p, ...options) => {
|
|
6540
6540
|
if (p && isFunction(p.install)) {
|
|
@@ -11334,7 +11334,7 @@ function isMemoSame(cached, memo) {
|
|
|
11334
11334
|
return true;
|
|
11335
11335
|
}
|
|
11336
11336
|
|
|
11337
|
-
const version = "3.4.0
|
|
11337
|
+
const version = "3.4.0";
|
|
11338
11338
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
11339
11339
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11340
11340
|
const devtools = !!(process.env.NODE_ENV !== "production") || __VUE_PROD_DEVTOOLS__ ? devtools$1 : void 0;
|
package/dist/vue.global.js
CHANGED
|
@@ -6499,7 +6499,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
6499
6499
|
return vm;
|
|
6500
6500
|
}
|
|
6501
6501
|
}
|
|
6502
|
-
Vue.version = `2.6.14-compat:${"3.4.0
|
|
6502
|
+
Vue.version = `2.6.14-compat:${"3.4.0"}`;
|
|
6503
6503
|
Vue.config = singletonApp.config;
|
|
6504
6504
|
Vue.use = (p, ...options) => {
|
|
6505
6505
|
if (p && isFunction(p.install)) {
|
|
@@ -11209,7 +11209,7 @@ Component that was made reactive: `,
|
|
|
11209
11209
|
return true;
|
|
11210
11210
|
}
|
|
11211
11211
|
|
|
11212
|
-
const version = "3.4.0
|
|
11212
|
+
const version = "3.4.0";
|
|
11213
11213
|
const warn = warn$1 ;
|
|
11214
11214
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11215
11215
|
const devtools = devtools$1 ;
|