diff --git a/jsconfig.json b/jsconfig.json
index 6b1facb..9c6d24a 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -6,8 +6,8 @@
"@/*" : ["src/*"],
"@a/*": ["src/assets/*"],
"@c/*": ["src/components/*"],
- "@v/*": ["src/view/*"],
- "@l/*": ["src/layout/*"],
+ "@v/*": ["src/views/*"],
+ "@l/*": ["src/layouts/*"],
"@s/*": ["src/stores/*"],
"@p/*": ["src/common/plugin/*"],
"@api": ["./src/common/axios-interceptor.js"]
diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue
index ecb3fec..bc718f3 100644
--- a/src/components/board/BoardComment.vue
+++ b/src/components/board/BoardComment.vue
@@ -3,13 +3,12 @@
저도 궁금합니다.
-
+
@@ -17,13 +16,13 @@
저도 궁금합니다.
-
+
-
+
저도 궁금합니다.
-
+
@@ -36,6 +35,7 @@ import BoardProfile from './BoardProfile.vue';
import BoardComentArea from './BoardComentArea.vue';
import { ref, computed } from 'vue';
import Pagination from '../pagination/Pagination.vue';
+import PlusButton from '../button/PlusButton.vue';
const comment = ref(false);
@@ -63,4 +63,4 @@ const toggleComment = () => {
.btn-text-primary:focus {
background-color: transparent
}
-
\ No newline at end of file
+
diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue
index fb0e6bb..359ed9c 100644
--- a/src/components/board/BoardProfile.vue
+++ b/src/components/board/BoardProfile.vue
@@ -24,12 +24,8 @@
-
-
+
+
@@ -47,6 +43,8 @@
diff --git a/src/components/button/EditButton.vue b/src/components/button/EditButton.vue
new file mode 100644
index 0000000..9987ddb
--- /dev/null
+++ b/src/components/button/EditButton.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/src/components/button/PlusButton.vue b/src/components/button/PlusButton.vue
new file mode 100644
index 0000000..3a48879
--- /dev/null
+++ b/src/components/button/PlusButton.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/src/layouts/TheMenu.vue b/src/layouts/TheMenu.vue
index f93eb55..44b32a0 100644
--- a/src/layouts/TheMenu.vue
+++ b/src/layouts/TheMenu.vue
@@ -43,6 +43,12 @@
Board
+