(slots)
| 8726 | } |
| 8727 | |
| 8728 | function genScopedSlots (slots) { |
| 8729 | return ("scopedSlots:_u([" + (Object.keys(slots).map(function (key) { return genScopedSlot(key, slots[key]); }).join(',')) + "])") |
| 8730 | } |
| 8731 | |
| 8732 | function genScopedSlot (key, el) { |
| 8733 | return "[" + key + ",function(" + (String(el.attrsMap.scope)) + "){" + |
no test coverage detected