...

/

Text, Raw HTML, And the Template Syntax

Text, Raw HTML, And the Template Syntax

Learn the purpose of mustache syntax, "v-html" directives, and template syntax.

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 elements including ...