vue 3.5.37 → 3.5.38

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.37
2
+ * vue v3.5.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.37
2
+ * vue v3.5.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -10877,7 +10877,7 @@ Component that was made reactive: `,
10877
10877
  return true;
10878
10878
  }
10879
10879
 
10880
- const version = "3.5.37";
10880
+ const version = "3.5.38";
10881
10881
  const warn = warn$1 ;
10882
10882
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
10883
10883
  const devtools = devtools$1 ;