@vue/compat 3.2.25 → 3.2.26

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.
@@ -5343,7 +5343,7 @@ function createCompatVue(createApp, createSingletonApp) {
5343
5343
  return vm;
5344
5344
  }
5345
5345
  }
5346
- Vue.version = "3.2.25";
5346
+ Vue.version = "3.2.26";
5347
5347
  Vue.config = singletonApp.config;
5348
5348
  Vue.use = (p, ...options) => {
5349
5349
  if (p && isFunction(p.install)) {
@@ -11036,7 +11036,7 @@ function isMemoSame(cached, memo) {
11036
11036
  }
11037
11037
 
11038
11038
  // Core API ------------------------------------------------------------------
11039
- const version = "3.2.25";
11039
+ const version = "3.2.26";
11040
11040
  const _ssrUtils = {
11041
11041
  createComponentInstance,
11042
11042
  setupComponent,
@@ -5315,7 +5315,7 @@ var Vue = (function () {
5315
5315
  return vm;
5316
5316
  }
5317
5317
  }
5318
- Vue.version = "3.2.25";
5318
+ Vue.version = "3.2.26";
5319
5319
  Vue.config = singletonApp.config;
5320
5320
  Vue.use = (p, ...options) => {
5321
5321
  if (p && isFunction(p.install)) {
@@ -10893,7 +10893,7 @@ var Vue = (function () {
10893
10893
  }
10894
10894
 
10895
10895
  // Core API ------------------------------------------------------------------
10896
- const version = "3.2.25";
10896
+ const version = "3.2.26";
10897
10897
  /**
10898
10898
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
10899
10899
  * @internal