@vue/compat 3.3.0-alpha.7 → 3.3.0-alpha.8
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
|
@@ -6719,7 +6719,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6719
6719
|
return vm;
|
|
6720
6720
|
}
|
|
6721
6721
|
}
|
|
6722
|
-
Vue.version = `2.6.14-compat:${"3.3.0-alpha.
|
|
6722
|
+
Vue.version = `2.6.14-compat:${"3.3.0-alpha.8"}`;
|
|
6723
6723
|
Vue.config = singletonApp.config;
|
|
6724
6724
|
Vue.use = (p, ...options) => {
|
|
6725
6725
|
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.0-alpha.
|
|
10787
|
+
const version = "3.3.0-alpha.8";
|
|
10788
10788
|
const _ssrUtils = {
|
|
10789
10789
|
createComponentInstance,
|
|
10790
10790
|
setupComponent,
|
package/dist/vue.global.js
CHANGED
|
@@ -6674,7 +6674,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
6674
6674
|
return vm;
|
|
6675
6675
|
}
|
|
6676
6676
|
}
|
|
6677
|
-
Vue.version = `2.6.14-compat:${"3.3.0-alpha.
|
|
6677
|
+
Vue.version = `2.6.14-compat:${"3.3.0-alpha.8"}`;
|
|
6678
6678
|
Vue.config = singletonApp.config;
|
|
6679
6679
|
Vue.use = (p, ...options) => {
|
|
6680
6680
|
if (p && isFunction(p.install)) {
|
|
@@ -10681,7 +10681,7 @@ Component that was made reactive: `,
|
|
|
10681
10681
|
return true;
|
|
10682
10682
|
}
|
|
10683
10683
|
|
|
10684
|
-
const version = "3.3.0-alpha.
|
|
10684
|
+
const version = "3.3.0-alpha.8";
|
|
10685
10685
|
const ssrUtils = null;
|
|
10686
10686
|
const resolveFilter = resolveFilter$1 ;
|
|
10687
10687
|
const _compatUtils = {
|