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

Function createTextNode

vue.js:7745–7747  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

7743
7744 //创建文本节点真是dom节点
7745 function createTextNode(text) {
7746 return document.createTextNode(text)
7747 }
7748
7749 //创建一个注释节点
7750 function createComment(text) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected