vue 3.2.18 → 3.2.19

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.
@@ -8980,7 +8980,7 @@ var Vue = (function (exports) {
8980
8980
  }
8981
8981
 
8982
8982
  // Core API ------------------------------------------------------------------
8983
- const version = "3.2.18";
8983
+ const version = "3.2.19";
8984
8984
  /**
8985
8985
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
8986
8986
  * @internal