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

Function processComponent

static/vuejs/vue.esm.js:8077–8085  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected