@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.cjs.js
CHANGED
|
@@ -6547,7 +6547,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6547
6547
|
return vm;
|
|
6548
6548
|
}
|
|
6549
6549
|
}
|
|
6550
|
-
Vue.version = `2.6.14-compat:${"3.4.0-beta.
|
|
6550
|
+
Vue.version = `2.6.14-compat:${"3.4.0-beta.2"}`;
|
|
6551
6551
|
Vue.config = singletonApp.config;
|
|
6552
6552
|
Vue.use = (p, ...options) => {
|
|
6553
6553
|
if (p && isFunction(p.install)) {
|
|
@@ -11268,7 +11268,7 @@ function isMemoSame(cached, memo) {
|
|
|
11268
11268
|
return true;
|
|
11269
11269
|
}
|
|
11270
11270
|
|
|
11271
|
-
const version = "3.4.0-beta.
|
|
11271
|
+
const version = "3.4.0-beta.2";
|
|
11272
11272
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11273
11273
|
const _ssrUtils = {
|
|
11274
11274
|
createComponentInstance,
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -5246,7 +5246,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5246
5246
|
return vm;
|
|
5247
5247
|
}
|
|
5248
5248
|
}
|
|
5249
|
-
Vue.version = `2.6.14-compat:${"3.4.0-beta.
|
|
5249
|
+
Vue.version = `2.6.14-compat:${"3.4.0-beta.2"}`;
|
|
5250
5250
|
Vue.config = singletonApp.config;
|
|
5251
5251
|
Vue.use = (p, ...options) => {
|
|
5252
5252
|
if (p && isFunction(p.install)) {
|
|
@@ -9055,7 +9055,7 @@ function isMemoSame(cached, memo) {
|
|
|
9055
9055
|
return true;
|
|
9056
9056
|
}
|
|
9057
9057
|
|
|
9058
|
-
const version = "3.4.0-beta.
|
|
9058
|
+
const version = "3.4.0-beta.2";
|
|
9059
9059
|
const ErrorTypeStrings = null;
|
|
9060
9060
|
const _ssrUtils = {
|
|
9061
9061
|
createComponentInstance,
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -6469,7 +6469,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6469
6469
|
return vm;
|
|
6470
6470
|
}
|
|
6471
6471
|
}
|
|
6472
|
-
Vue.version = `2.6.14-compat:${"3.4.0-beta.
|
|
6472
|
+
Vue.version = `2.6.14-compat:${"3.4.0-beta.2"}`;
|
|
6473
6473
|
Vue.config = singletonApp.config;
|
|
6474
6474
|
Vue.use = (p, ...options) => {
|
|
6475
6475
|
if (p && isFunction(p.install)) {
|
|
@@ -11173,7 +11173,7 @@ function isMemoSame(cached, memo) {
|
|
|
11173
11173
|
return true;
|
|
11174
11174
|
}
|
|
11175
11175
|
|
|
11176
|
-
const version = "3.4.0-beta.
|
|
11176
|
+
const version = "3.4.0-beta.2";
|
|
11177
11177
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11178
11178
|
const ssrUtils = null;
|
|
11179
11179
|
const resolveFilter = resolveFilter$1 ;
|