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

Function processKey

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

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 1

getBindingAttrFunction · 0.70

Tested by

no test coverage detected