(slots)
| 8732 | } |
| 8733 | |
| 8734 | function genScopedSlots (slots) { |
| 8735 | return ("scopedSlots:_u([" + (Object.keys(slots).map(function (key) { return genScopedSlot(key, slots[key]); }).join(',')) + "])") |
| 8736 | } |
| 8737 | |
| 8738 | function genScopedSlot (key, el) { |
| 8739 | return "[" + key + ",function(" + (String(el.attrsMap.scope)) + "){" + |
no test coverage detected