vue 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.
@@ -9078,7 +9078,7 @@ function isMemoSame(cached, memo) {
9078
9078
  }
9079
9079
 
9080
9080
  // Core API ------------------------------------------------------------------
9081
- const version = "3.2.25";
9081
+ const version = "3.2.26";
9082
9082
  /**
9083
9083
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
9084
9084
  * @internal