@vue/compat 3.4.0-beta.1 → 3.4.0-beta.2
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
|
@@ -6509,7 +6509,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6509
6509
|
return vm;
|
|
6510
6510
|
}
|
|
6511
6511
|
}
|
|
6512
|
-
Vue.version = `2.6.14-compat:${"3.4.0-beta.
|
|
6512
|
+
Vue.version = `2.6.14-compat:${"3.4.0-beta.2"}`;
|
|
6513
6513
|
Vue.config = singletonApp.config;
|
|
6514
6514
|
Vue.use = (p, ...options) => {
|
|
6515
6515
|
if (p && isFunction(p.install)) {
|
|
@@ -11297,7 +11297,7 @@ function isMemoSame(cached, memo) {
|
|
|
11297
11297
|
return true;
|
|
11298
11298
|
}
|
|
11299
11299
|
|
|
11300
|
-
const version = "3.4.0-beta.
|
|
11300
|
+
const version = "3.4.0-beta.2";
|
|
11301
11301
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11302
11302
|
const _ssrUtils = {
|
|
11303
11303
|
createComponentInstance,
|
package/dist/vue.global.js
CHANGED
|
@@ -6472,7 +6472,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
6472
6472
|
return vm;
|
|
6473
6473
|
}
|
|
6474
6474
|
}
|
|
6475
|
-
Vue.version = `2.6.14-compat:${"3.4.0-beta.
|
|
6475
|
+
Vue.version = `2.6.14-compat:${"3.4.0-beta.2"}`;
|
|
6476
6476
|
Vue.config = singletonApp.config;
|
|
6477
6477
|
Vue.use = (p, ...options) => {
|
|
6478
6478
|
if (p && isFunction(p.install)) {
|
|
@@ -11170,7 +11170,7 @@ Component that was made reactive: `,
|
|
|
11170
11170
|
return true;
|
|
11171
11171
|
}
|
|
11172
11172
|
|
|
11173
|
-
const version = "3.4.0-beta.
|
|
11173
|
+
const version = "3.4.0-beta.2";
|
|
11174
11174
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11175
11175
|
const ssrUtils = null;
|
|
11176
11176
|
const resolveFilter = resolveFilter$1 ;
|