Browse documentation

v-text

Concept. Assigns direct text content.

Table of contents

Category

Concept

Public signature

ts
JSX directive: <element v-text={textValue} />

Runtime behavior

v-text assigns the provided value through textContent and updates it when that value changes.