LEARNING BY VUEING

SFC
2 / 42

This is the bare minimum for a vue single file component (SFC).

As you can see you can write your HTML as usual, just that it now goes inside the <template> tag.

With the current version of Vue (Vue 2) you need to have one root tag. (In this case the <div>).


Try adding <strong>I like it</strong> under the <h1> tag.