(h, rawChild)
| 6485 | } |
| 6486 | |
| 6487 | function placeholder (h, rawChild) { |
| 6488 | return /\d-keep-alive$/.test(rawChild.tag) |
| 6489 | ? h('keep-alive') |
| 6490 | : null |
| 6491 | } |
| 6492 | |
| 6493 | function hasParentTransition (vnode) { |
| 6494 | while ((vnode = vnode.parent)) { |
no test coverage detected