AddComment
file: code/AddComment.vue 24: <button v-else type="button" v-on:click="showForm()"> 25: Reply 26: </button>
we can do the same with an click-event
AddComment
component has it's own data
this.show_form
only affects the current commentfile: code/AddComment.vue 24: <button v-else type="button" v-on:click="showForm()"> 25: Reply 26: </button>
we can do the same with an click-event
AddComment
component has it's own data
this.show_form
only affects the current comment