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.
@@ -9075,7 +9075,7 @@ var Vue = (function (exports) {
9075
9075
  }
9076
9076
 
9077
9077
  // Core API ------------------------------------------------------------------
9078
- const version = "3.2.25";
9078
+ const version = "3.2.26";
9079
9079
  /**
9080
9080
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
9081
9081
  * @internal