Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ tagName
Function
tagName
vue.js:7781–7783 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
7779
7780
//获取dom标签名称
7781
function
tagName(node) {
7782
return
node.tagName
7783
}
7784
7785
//设置dom 文本
7786
function
setTextContent(node, text) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected