实例:

template: `
    <button @click="count++">
      You clicked me {{ count }} times.
    </button>`

1. 说明:

  1. count是组件中的数据, template中可以直接使用组件中的数据
  2. child::模板字符串 概念