@vue/compat 3.2.46 → 3.2.47
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
|
@@ -7296,7 +7296,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
7296
7296
|
return vm;
|
|
7297
7297
|
}
|
|
7298
7298
|
}
|
|
7299
|
-
Vue.version = `2.6.14-compat:${"3.2.
|
|
7299
|
+
Vue.version = `2.6.14-compat:${"3.2.47"}`;
|
|
7300
7300
|
Vue.config = singletonApp.config;
|
|
7301
7301
|
Vue.use = (p, ...options) => {
|
|
7302
7302
|
if (p && isFunction(p.install)) {
|
|
@@ -11424,7 +11424,7 @@ function isMemoSame(cached, memo) {
|
|
|
11424
11424
|
}
|
|
11425
11425
|
|
|
11426
11426
|
// Core API ------------------------------------------------------------------
|
|
11427
|
-
const version = "3.2.
|
|
11427
|
+
const version = "3.2.47";
|
|
11428
11428
|
const _ssrUtils = {
|
|
11429
11429
|
createComponentInstance,
|
|
11430
11430
|
setupComponent,
|
package/dist/vue.global.js
CHANGED
|
@@ -7220,7 +7220,7 @@ var Vue = (function () {
|
|
|
7220
7220
|
return vm;
|
|
7221
7221
|
}
|
|
7222
7222
|
}
|
|
7223
|
-
Vue.version = `2.6.14-compat:${"3.2.
|
|
7223
|
+
Vue.version = `2.6.14-compat:${"3.2.47"}`;
|
|
7224
7224
|
Vue.config = singletonApp.config;
|
|
7225
7225
|
Vue.use = (p, ...options) => {
|
|
7226
7226
|
if (p && isFunction(p.install)) {
|
|
@@ -11270,7 +11270,7 @@ var Vue = (function () {
|
|
|
11270
11270
|
}
|
|
11271
11271
|
|
|
11272
11272
|
// Core API ------------------------------------------------------------------
|
|
11273
|
-
const version = "3.2.
|
|
11273
|
+
const version = "3.2.47";
|
|
11274
11274
|
/**
|
|
11275
11275
|
* SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
|
|
11276
11276
|
* @internal
|