MCPcopy Create free account
hub / github.com/ygs-code/vue / text

Function text

vue.js:14197–14205  ·  view source on GitHub ↗
(el, dir)

Source from the content-addressed store, hash-verified

14195 *为虚拟dom添加textContent 属性
14196 * */
14197 function text(el, dir) {
14198 if (dir.value) {
14199 addProp(
14200 el,
14201 'textContent',
14202 ("_s(" + (dir.value) + ")")
14203 );
14204 }
14205 }
14206
14207 /*
14208 * 为虚拟dom添加innerHTML 属性

Callers

nothing calls this directly

Calls 1

addPropFunction · 0.85

Tested by

no test coverage detected