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

Function processKey

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

Source from the content-addressed store, hash-verified

7946}
7947
7948function processKey (el) {
7949 var exp = getBindingAttr(el, 'key');
7950 if (exp) {
7951 if (process.env.NODE_ENV !== 'production' && el.tag === 'template') {
7952 warn$2("<template> cannot be keyed. Place the key on real elements instead.");
7953 }
7954 el.key = exp;
7955 }
7956}
7957
7958function processRef (el) {
7959 var ref = getBindingAttr(el, 'ref');

Callers 1

parseFunction · 0.70

Calls 1

getBindingAttrFunction · 0.70

Tested by

no test coverage detected