FunctionalSFC.vue 112 B

123
  1. <template functional>
  2. <button @click="props.onClick(props.msg.id)">{{props.msg.title}}</button>
  3. </template>