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

Function processComponent

static/vuejs/vue.common.js:8079–8087  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected