diff --git a/legalconsenthub/components/FormEngine.vue b/legalconsenthub/components/FormEngine.vue index cb22ec6..08a5515 100644 --- a/legalconsenthub/components/FormEngine.vue +++ b/legalconsenthub/components/FormEngine.vue @@ -17,42 +17,20 @@ /> - - - - - - - - {{ comment.createdBy.name }} - - - - - - - Submit - Edit comment - Cancel - + diff --git a/legalconsenthub/components/TheComment.vue b/legalconsenthub/components/TheComment.vue new file mode 100644 index 0000000..6e3f6ab --- /dev/null +++ b/legalconsenthub/components/TheComment.vue @@ -0,0 +1,64 @@ + + + + + + + + {{ comment.createdBy.name }} + + + + + + + Submit + Edit comment + Cancel + + + +
{{ comment.createdBy.name }}