MCPcopy Create free account
hub / github.com/TruthHun/BookStack / genScopedSlots

Function genScopedSlots

static/vuejs/vue.esm.js:8732–8734  ·  view source on GitHub ↗
(slots)

Source from the content-addressed store, hash-verified

8730}
8731
8732function genScopedSlots (slots) {
8733 return ("scopedSlots:_u([" + (Object.keys(slots).map(function (key) { return genScopedSlot(key, slots[key]); }).join(',')) + "])")
8734}
8735
8736function genScopedSlot (key, el) {
8737 return "[" + key + ",function(" + (String(el.attrsMap.scope)) + "){" +

Callers 1

genDataFunction · 0.70

Calls 1

genScopedSlotFunction · 0.70

Tested by

no test coverage detected