diff --git a/src/components/Comment.vue b/src/components/Comment.vue new file mode 100644 index 0000000..1eddb28 --- /dev/null +++ b/src/components/Comment.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/src/components/Profile.vue b/src/components/Profile.vue new file mode 100644 index 0000000..aa4bb51 --- /dev/null +++ b/src/components/Profile.vue @@ -0,0 +1,29 @@ + + + + + \ No newline at end of file diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index ab92960..8095e71 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -1,13 +1,15 @@