(key, el)
| 8736 | } |
| 8737 | |
| 8738 | function genScopedSlot (key, el) { |
| 8739 | return "[" + key + ",function(" + (String(el.attrsMap.scope)) + "){" + |
| 8740 | "return " + (el.tag === 'template' |
| 8741 | ? genChildren(el) || 'void 0' |
| 8742 | : genElement(el)) + "}]" |
| 8743 | } |
| 8744 | |
| 8745 | function genChildren (el, checkSkip) { |
| 8746 | var children = el.children; |
no test coverage detected