diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index 4043d50..27cb06f 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -1,42 +1,37 @@ @@ -116,4 +115,4 @@ export default { font-size: 0.8rem; padding: 5px 10px; } - + \ No newline at end of file diff --git a/src/components/list/BoardCardList.vue b/src/components/list/BoardCardList.vue new file mode 100644 index 0000000..6e0b651 --- /dev/null +++ b/src/components/list/BoardCardList.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/views/board/BoardList.vue b/src/views/board/BoardList.vue index 691fdba..31485d2 100644 --- a/src/views/board/BoardList.vue +++ b/src/views/board/BoardList.vue @@ -8,22 +8,7 @@ - - +
@@ -33,16 +18,16 @@