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

Function processComponent

static/vuejs/vue.js:8073–8081  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

8071}
8072
8073function processComponent (el) {
8074 var binding;
8075 if ((binding = getBindingAttr(el, 'is'))) {
8076 el.component = binding;
8077 }
8078 if (getAndRemoveAttr(el, 'inline-template') != null) {
8079 el.inlineTemplate = true;
8080 }
8081}
8082
8083function processAttrs (el) {
8084 var list = el.attrsList;

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected