@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.cjs.js
CHANGED
|
@@ -6595,7 +6595,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6595
6595
|
return vm;
|
|
6596
6596
|
}
|
|
6597
6597
|
}
|
|
6598
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
6598
|
+
Vue.version = `2.6.14-compat:${"3.4.3"}`;
|
|
6599
6599
|
Vue.config = singletonApp.config;
|
|
6600
6600
|
Vue.use = (p, ...options) => {
|
|
6601
6601
|
if (p && isFunction(p.install)) {
|
|
@@ -11315,7 +11315,7 @@ function isMemoSame(cached, memo) {
|
|
|
11315
11315
|
return true;
|
|
11316
11316
|
}
|
|
11317
11317
|
|
|
11318
|
-
const version = "3.4.
|
|
11318
|
+
const version = "3.4.3";
|
|
11319
11319
|
const warn = warn$1 ;
|
|
11320
11320
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11321
11321
|
const devtools = devtools$1 ;
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -5281,7 +5281,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5281
5281
|
return vm;
|
|
5282
5282
|
}
|
|
5283
5283
|
}
|
|
5284
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
5284
|
+
Vue.version = `2.6.14-compat:${"3.4.3"}`;
|
|
5285
5285
|
Vue.config = singletonApp.config;
|
|
5286
5286
|
Vue.use = (p, ...options) => {
|
|
5287
5287
|
if (p && isFunction(p.install)) {
|
|
@@ -9081,7 +9081,7 @@ function isMemoSame(cached, memo) {
|
|
|
9081
9081
|
return true;
|
|
9082
9082
|
}
|
|
9083
9083
|
|
|
9084
|
-
const version = "3.4.
|
|
9084
|
+
const version = "3.4.3";
|
|
9085
9085
|
const warn$1 = NOOP;
|
|
9086
9086
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
9087
9087
|
const devtools = void 0;
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -6517,7 +6517,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6517
6517
|
return vm;
|
|
6518
6518
|
}
|
|
6519
6519
|
}
|
|
6520
|
-
Vue.version = `2.6.14-compat:${"3.4.
|
|
6520
|
+
Vue.version = `2.6.14-compat:${"3.4.3"}`;
|
|
6521
6521
|
Vue.config = singletonApp.config;
|
|
6522
6522
|
Vue.use = (p, ...options) => {
|
|
6523
6523
|
if (p && isFunction(p.install)) {
|
|
@@ -11220,7 +11220,7 @@ function isMemoSame(cached, memo) {
|
|
|
11220
11220
|
return true;
|
|
11221
11221
|
}
|
|
11222
11222
|
|
|
11223
|
-
const version = "3.4.
|
|
11223
|
+
const version = "3.4.3";
|
|
11224
11224
|
const warn = warn$1 ;
|
|
11225
11225
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11226
11226
|
const devtools = devtools$1 ;
|