@vue/compat 3.4.2 → 3.4.3
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
|
@@ -6555,7 +6555,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6555
6555
|
return vm;
|
|
6556
6556
|
}
|
|
6557
6557
|
}
|
|
6558
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
6558
|
+
Vue.version = `2.6.14-compat:${"3.4.3"}`;
|
|
6559
6559
|
Vue.config = singletonApp.config;
|
|
6560
6560
|
Vue.use = (p, ...options) => {
|
|
6561
6561
|
if (p && isFunction(p.install)) {
|
|
@@ -11342,7 +11342,7 @@ function isMemoSame(cached, memo) {
|
|
|
11342
11342
|
return true;
|
|
11343
11343
|
}
|
|
11344
11344
|
|
|
11345
|
-
const version = "3.4.
|
|
11345
|
+
const version = "3.4.3";
|
|
11346
11346
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
11347
11347
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11348
11348
|
const devtools = !!(process.env.NODE_ENV !== "production") || __VUE_PROD_DEVTOOLS__ ? devtools$1 : void 0;
|
package/dist/vue.global.js
CHANGED
|
@@ -6514,7 +6514,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
6514
6514
|
return vm;
|
|
6515
6515
|
}
|
|
6516
6516
|
}
|
|
6517
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
6517
|
+
Vue.version = `2.6.14-compat:${"3.4.3"}`;
|
|
6518
6518
|
Vue.config = singletonApp.config;
|
|
6519
6519
|
Vue.use = (p, ...options) => {
|
|
6520
6520
|
if (p && isFunction(p.install)) {
|
|
@@ -11217,7 +11217,7 @@ Component that was made reactive: `,
|
|
|
11217
11217
|
return true;
|
|
11218
11218
|
}
|
|
11219
11219
|
|
|
11220
|
-
const version = "3.4.
|
|
11220
|
+
const version = "3.4.3";
|
|
11221
11221
|
const warn = warn$1 ;
|
|
11222
11222
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11223
11223
|
const devtools = devtools$1 ;
|