Search⌘ K
AI Features

Text, Raw HTML, And the Template Syntax

Explore Vue.js text and raw HTML directives to dynamically bind data in templates. Understand how Vue's template syntax works with the reactivity system to efficiently update the DOM.

We'll cover the following...

In this lesson, learn about the two most basic Vue directives i.e text and raw HTML. In addition, learn why Vue uses a syntax that is similar to regular HTML directives.

Text

Vue.js allows texts to be written in the same way as writing in standard HTML. It supports all the HTML ...