MCPcopy
hub / github.com/fanmingming/live / processComponent

Function processComponent

m3u8/vue.js:10254–10262  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

10252 }
10253
10254 function processComponent (el) {
10255 var binding;
10256 if ((binding = getBindingAttr(el, 'is'))) {
10257 el.component = binding;
10258 }
10259 if (getAndRemoveAttr(el, 'inline-template') != null) {
10260 el.inlineTemplate = true;
10261 }
10262 }
10263
10264 function processAttrs (el) {
10265 var list = el.attrsList;

Callers 1

processElementFunction · 0.85

Calls 2

getBindingAttrFunction · 0.85
getAndRemoveAttrFunction · 0.85

Tested by

no test coverage detected