@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.global.js
CHANGED
|
@@ -6258,7 +6258,7 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
6258
6258
|
return vm;
|
|
6259
6259
|
}
|
|
6260
6260
|
}
|
|
6261
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6261
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
6262
6262
|
Vue.config = singletonApp.config;
|
|
6263
6263
|
Vue.use = (p, ...options) => {
|
|
6264
6264
|
if (p && isFunction(p.install)) {
|
|
@@ -10781,7 +10781,7 @@ Component that was made reactive: `,
|
|
|
10781
10781
|
return true;
|
|
10782
10782
|
}
|
|
10783
10783
|
|
|
10784
|
-
const version = "3.3.
|
|
10784
|
+
const version = "3.3.4";
|
|
10785
10785
|
const ssrUtils = null;
|
|
10786
10786
|
const resolveFilter = resolveFilter$1 ;
|
|
10787
10787
|
const _compatUtils = {
|