Aucune description

FunctionalSFC.vue 112B

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