diff --git a/package-lock.json b/package-lock.json index b68528b..76b850a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "front", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "front", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15", diff --git a/src/App.vue b/src/App.vue index 04bd0bd..6bc4eb2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,16 +2,16 @@ + - \ No newline at end of file + diff --git a/src/components/input/ArrInput.vue b/src/components/input/ArrInput.vue index bb99de6..4fe159f 100644 --- a/src/components/input/ArrInput.vue +++ b/src/components/input/ArrInput.vue @@ -114,7 +114,6 @@ const emitAddressData = () => { postcode: postcode.value, address: address.value, detailAddress: detailAddress.value, - fullAddress: `${address.value} ${detailAddress.value}`.trim() }; emits('update:data', fullAddress); }; diff --git a/src/components/input/FormFile.vue b/src/components/input/FormFile.vue index 4fbfce7..71070db 100644 --- a/src/components/input/FormFile.vue +++ b/src/components/input/FormFile.vue @@ -1,17 +1,25 @@ - - diff --git a/src/components/input/FormInput.vue b/src/components/input/FormInput.vue index 12a8e79..731824c 100644 --- a/src/components/input/FormInput.vue +++ b/src/components/input/FormInput.vue @@ -1,8 +1,8 @@ - - diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index d47ff53..456aa3e 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -11,26 +11,34 @@ /> -
+
{{ category }}
-
{{ title }}
+
+ {{ title }} + + + +
-

{{ content }}

+
- {{ formatDate(date) }} - + {{ formattedDate }} +
- {{ likes || 0 }} + {{ views || 0 }} - - {{ comments || 0 }} + + {{ likes }} + + + {{ comments }}
@@ -40,49 +48,64 @@
- diff --git a/src/components/user/UserList.vue b/src/components/user/UserList.vue new file mode 100644 index 0000000..aaf9f7a --- /dev/null +++ b/src/components/user/UserList.vue @@ -0,0 +1,70 @@ + + + + diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue new file mode 100644 index 0000000..71a6542 --- /dev/null +++ b/src/components/voteboard/voteCard.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/src/components/voteboard/voteCardCheck.vue b/src/components/voteboard/voteCardCheck.vue new file mode 100644 index 0000000..ea2c37a --- /dev/null +++ b/src/components/voteboard/voteCardCheck.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/src/components/voteboard/voteCardCheckList.vue b/src/components/voteboard/voteCardCheckList.vue new file mode 100644 index 0000000..bb273e4 --- /dev/null +++ b/src/components/voteboard/voteCardCheckList.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/src/components/voteboard/voteCardList.vue b/src/components/voteboard/voteCardList.vue new file mode 100644 index 0000000..acdb01c --- /dev/null +++ b/src/components/voteboard/voteCardList.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/components/voteboard/voteCompleteUserList.vue b/src/components/voteboard/voteCompleteUserList.vue new file mode 100644 index 0000000..e7d3203 --- /dev/null +++ b/src/components/voteboard/voteCompleteUserList.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/components/voteboard/voteCompleteUserListCard.vue b/src/components/voteboard/voteCompleteUserListCard.vue new file mode 100644 index 0000000..b4200bd --- /dev/null +++ b/src/components/voteboard/voteCompleteUserListCard.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/components/voteboard/voteInCompleteUserList.vue b/src/components/voteboard/voteInCompleteUserList.vue new file mode 100644 index 0000000..ec2c887 --- /dev/null +++ b/src/components/voteboard/voteInCompleteUserList.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/components/voteboard/voteInCompleteUserListCard.vue b/src/components/voteboard/voteInCompleteUserListCard.vue new file mode 100644 index 0000000..1b7ce7a --- /dev/null +++ b/src/components/voteboard/voteInCompleteUserListCard.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/components/voteboard/voteResultCard.vue b/src/components/voteboard/voteResultCard.vue new file mode 100644 index 0000000..2c318a5 --- /dev/null +++ b/src/components/voteboard/voteResultCard.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/components/voteboard/voteResultList.vue b/src/components/voteboard/voteResultList.vue new file mode 100644 index 0000000..c0f9a66 --- /dev/null +++ b/src/components/voteboard/voteResultList.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/components/voteboard/voteResultRandom.vue b/src/components/voteboard/voteResultRandom.vue new file mode 100644 index 0000000..52816cc --- /dev/null +++ b/src/components/voteboard/voteResultRandom.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/src/components/voteboard/voteResultRandomList.vue b/src/components/voteboard/voteResultRandomList.vue new file mode 100644 index 0000000..56f7ceb --- /dev/null +++ b/src/components/voteboard/voteResultRandomList.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/components/voteboard/voteRevoteEnd.vue b/src/components/voteboard/voteRevoteEnd.vue new file mode 100644 index 0000000..fa64686 --- /dev/null +++ b/src/components/voteboard/voteRevoteEnd.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/src/components/voteboard/voteUserList.vue b/src/components/voteboard/voteUserList.vue new file mode 100644 index 0000000..556e6ae --- /dev/null +++ b/src/components/voteboard/voteUserList.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/layouts/TheMenu.vue b/src/layouts/TheMenu.vue index 44b32a0..ea814c5 100644 --- a/src/layouts/TheMenu.vue +++ b/src/layouts/TheMenu.vue @@ -43,6 +43,18 @@
Board
+ +