vue 3.5.23 → 3.5.24

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.
package/dist/vue.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.23
2
+ * vue v3.5.24
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.23
2
+ * vue v3.5.24
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.23
2
+ * vue v3.5.24
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -10688,7 +10688,7 @@ function isMemoSame(cached, memo) {
10688
10688
  return true;
10689
10689
  }
10690
10690
 
10691
- const version = "3.5.23";
10691
+ const version = "3.5.24";
10692
10692
  const warn = warn$1 ;
10693
10693
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
10694
10694
  const devtools = devtools$1 ;