@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 CHANGED
@@ -7391,7 +7391,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7391
7391
  return vm;
7392
7392
  }
7393
7393
  }
7394
- Vue.version = `2.6.14-compat:${"3.2.46"}`;
7394
+ Vue.version = `2.6.14-compat:${"3.2.47"}`;
7395
7395
  Vue.config = singletonApp.config;
7396
7396
  Vue.use = (p, ...options) => {
7397
7397
  if (p && isFunction(p.install)) {
@@ -11450,7 +11450,7 @@ function isMemoSame(cached, memo) {
11450
11450
  }
11451
11451
 
11452
11452
  // Core API ------------------------------------------------------------------
11453
- const version = "3.2.46";
11453
+ const version = "3.2.47";
11454
11454
  const _ssrUtils = {
11455
11455
  createComponentInstance,
11456
11456
  setupComponent,
@@ -5867,7 +5867,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
5867
5867
  return vm;
5868
5868
  }
5869
5869
  }
5870
- Vue.version = `2.6.14-compat:${"3.2.46"}`;
5870
+ Vue.version = `2.6.14-compat:${"3.2.47"}`;
5871
5871
  Vue.config = singletonApp.config;
5872
5872
  Vue.use = (p, ...options) => {
5873
5873
  if (p && isFunction(p.install)) {
@@ -9169,7 +9169,7 @@ function isMemoSame(cached, memo) {
9169
9169
  }
9170
9170
 
9171
9171
  // Core API ------------------------------------------------------------------
9172
- const version = "3.2.46";
9172
+ const version = "3.2.47";
9173
9173
  const _ssrUtils = {
9174
9174
  createComponentInstance,
9175
9175
  setupComponent,
@@ -7217,7 +7217,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7217
7217
  return vm;
7218
7218
  }
7219
7219
  }
7220
- Vue.version = `2.6.14-compat:${"3.2.46"}`;
7220
+ Vue.version = `2.6.14-compat:${"3.2.47"}`;
7221
7221
  Vue.config = singletonApp.config;
7222
7222
  Vue.use = (p, ...options) => {
7223
7223
  if (p && isFunction(p.install)) {
@@ -11272,7 +11272,7 @@ function isMemoSame(cached, memo) {
11272
11272
  }
11273
11273
 
11274
11274
  // Core API ------------------------------------------------------------------
11275
- const version = "3.2.46";
11275
+ const version = "3.2.47";
11276
11276
  /**
11277
11277
  * SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
11278
11278
  * @internal