@vue/runtime-dom
Advanced tools
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.14 | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1068,3 +1068,3 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1071,0 +1071,0 @@ (0, _vue_runtime_core.setTransitionHooks)(child, (0, _vue_runtime_core.resolveTransitionHooks)(child, cssTransitionProps, state, instance)); |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.14 | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1012,3 +1012,3 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1015,0 +1015,0 @@ (0, _vue_runtime_core.setTransitionHooks)(child, (0, _vue_runtime_core.resolveTransitionHooks)(child, cssTransitionProps, state, instance)); |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.14 | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1146,3 +1146,3 @@ * @license MIT | ||
| const child = children[i]; | ||
| if (child.el && child.el instanceof Element) { | ||
| if (child.el && child.el instanceof Element && !child.el[vShowHidden]) { | ||
| prevChildren.push(child); | ||
@@ -1149,0 +1149,0 @@ setTransitionHooks(child, resolveTransitionHooks(child, cssTransitionProps, state, instance)); |
+4
-4
| { | ||
| "name": "@vue/runtime-dom", | ||
| "version": "3.6.0-beta.14", | ||
| "version": "3.6.0-beta.15", | ||
| "description": "@vue/runtime-dom", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
| "csstype": "^3.2.3", | ||
| "@vue/shared": "3.6.0-beta.14", | ||
| "@vue/reactivity": "3.6.0-beta.14", | ||
| "@vue/runtime-core": "3.6.0-beta.14" | ||
| "@vue/shared": "3.6.0-beta.15", | ||
| "@vue/reactivity": "3.6.0-beta.15", | ||
| "@vue/runtime-core": "3.6.0-beta.15" | ||
| }, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1201726
0.16%26867
0.12%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated