vue 3.4.16 → 3.4.17

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.4.16
2
+ * vue v3.4.17
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.4.16
2
+ * vue v3.4.17
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.4.16
2
+ * vue v3.4.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -9587,7 +9587,7 @@ function isMemoSame(cached, memo) {
9587
9587
  return true;
9588
9588
  }
9589
9589
 
9590
- const version = "3.4.16";
9590
+ const version = "3.4.17";
9591
9591
  const warn = warn$1 ;
9592
9592
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
9593
9593
  const devtools = devtools$1 ;
@@ -9964,7 +9964,7 @@ const vShow = {
9964
9964
  }
9965
9965
  },
9966
9966
  updated(el, { value, oldValue }, { transition }) {
9967
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
9967
+ if (!value === !oldValue)
9968
9968
  return;
9969
9969
  if (transition) {
9970
9970
  if (value) {
@@ -10086,7 +10086,6 @@ function patchStyle(el, prev, next) {
10086
10086
  }
10087
10087
  }
10088
10088
  if (vShowOldKey in el) {
10089
- el[vShowOldKey] = style.display;
10090
10089
  style.display = currentDisplay;
10091
10090
  }
10092
10091
  }