@vue/compat 3.3.3 → 3.3.4
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 +392 -386
- 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 +289 -284
- 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
|
@@ -6355,7 +6355,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6355
6355
|
return vm;
|
|
6356
6356
|
}
|
|
6357
6357
|
}
|
|
6358
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6358
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
6359
6359
|
Vue.config = singletonApp.config;
|
|
6360
6360
|
Vue.use = (p, ...options) => {
|
|
6361
6361
|
if (p && isFunction(p.install)) {
|
|
@@ -10896,7 +10896,7 @@ function isMemoSame(cached, memo) {
|
|
|
10896
10896
|
return true;
|
|
10897
10897
|
}
|
|
10898
10898
|
|
|
10899
|
-
const version = "3.3.
|
|
10899
|
+
const version = "3.3.4";
|
|
10900
10900
|
const _ssrUtils = {
|
|
10901
10901
|
createComponentInstance,
|
|
10902
10902
|
setupComponent,
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -5073,7 +5073,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5073
5073
|
return vm;
|
|
5074
5074
|
}
|
|
5075
5075
|
}
|
|
5076
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
5076
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
5077
5077
|
Vue.config = singletonApp.config;
|
|
5078
5078
|
Vue.use = (p, ...options) => {
|
|
5079
5079
|
if (p && isFunction(p.install)) {
|
|
@@ -8757,7 +8757,7 @@ function isMemoSame(cached, memo) {
|
|
|
8757
8757
|
return true;
|
|
8758
8758
|
}
|
|
8759
8759
|
|
|
8760
|
-
const version = "3.3.
|
|
8760
|
+
const version = "3.3.4";
|
|
8761
8761
|
const _ssrUtils = {
|
|
8762
8762
|
createComponentInstance,
|
|
8763
8763
|
setupComponent,
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -6255,7 +6255,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6255
6255
|
return vm;
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6258
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
6259
6259
|
Vue.config = singletonApp.config;
|
|
6260
6260
|
Vue.use = (p, ...options) => {
|
|
6261
6261
|
if (p && isFunction(p.install)) {
|
|
@@ -10784,7 +10784,7 @@ function isMemoSame(cached, memo) {
|
|
|
10784
10784
|
return true;
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
|
-
const version = "3.3.
|
|
10787
|
+
const version = "3.3.4";
|
|
10788
10788
|
const ssrUtils = null;
|
|
10789
10789
|
const resolveFilter = resolveFilter$1 ;
|
|
10790
10790
|
const _compatUtils = {
|