data JSON: {
"todos": [
{
"done": true,
"content": "Learn JavaScript"
},
{
"done": false,
"content": "Learn Vue.js"
},
{
"done": false,
"content": "Learn Scala.js"
}
],
"barValue": 100,
"n": 0,
"message": "Hello Vue.js!!!!!",
"title": "Todo App"
}
Using a v-text directive title=
Todo App Smooth CSS animation:
Using a v-text directive with inline expression, title=Todo App
Title reversed=ppA odoT
Title wrapper=<<Todo App>>
xx
A custom component with msg hello Special content
Todos computed: [
"Learn JavaScript",
"Learn Vue.js",
"Learn Scala.js"
]