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

Function createComment

vue.js:7750–7752  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

7748
7749 //创建一个注释节点
7750 function createComment(text) {
7751 return document.createComment(text)
7752 }
7753
7754 //插入节点 在referenceNode dom 前面插入一个节点
7755 function insertBefore(parentNode, newNode, referenceNode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected