Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ createTextVNode
Function
createTextVNode
packages/runtime-core/src/vnode.ts:756–758 ·
view source on GitHub ↗
(text: string = ' ', flag: number = 0)
Source
from the content-addressed store, hash-verified
754
* @private
755
*/
756
export
function
createTextVNode(text: string =
' '
, flag: number = 0): VNode {
757
return
createVNode(Text, null, text, flag)
758
}
759
760
/**
761
* @private
Callers
11
hydrateNode
Function · 0.90
render
Function · 0.90
runSharedTests
Function · 0.90
testRender
Function · 0.85
normalizeChildren
Function · 0.85
hydration.spec.ts
File · 0.85
render
Function · 0.85
setup
Function · 0.85
rendererOptimizedMode.spec.ts
File · 0.85
rendererFragment.spec.ts
File · 0.85
renderFn
Function · 0.85
Calls
no outgoing calls
Tested by
6
render
Function · 0.72
runSharedTests
Function · 0.72
testRender
Function · 0.68
render
Function · 0.68
setup
Function · 0.68
renderFn
Function · 0.68