Vue/text

{{ text }}

Vue
new Vue({
  el: "#sample",
  data: {
  	text: "Hello World"
  }
})
p v-text>{{ text }}/p>