v-text
Concept. Assigns direct text content.
Table of contents
Category
Concept
Public signature
tsJSX directive: <element v-text={textValue} />Runtime behavior
v-text assigns the provided value through textContent and updates it when that value changes.