AddComment
file: code/AddComment.vue 34: data: function () { return { 35: body: '', 36: username: '', 37: show_full: false, 38: show_form: this.show, 39: }},
show_full has a default defined in data
showFullForm
which sets show_full
from false
to true
.