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

Function genScopedSlots

static/vuejs/vue.js:8728–8730  ·  view source on GitHub ↗
(slots)

Source from the content-addressed store, hash-verified

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

Callers 1

genDataFunction · 0.70

Calls 1

genScopedSlotFunction · 0.70

Tested by

no test coverage detected