From e5ccaa1a12de689015ea6b8d2306644934a5e88e Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 24 Jan 2025 15:02:19 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20=EC=B6=94=EA=B0=80=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCard.vue | 50 +++++++++++++++ src/components/voteboard/voteCardCheck.vue | 27 ++++++++ .../voteboard/voteCardCheckList.vue | 16 +++++ src/components/voteboard/voteCardList.vue | 13 ++++ .../voteboard/voteCompleteUserList.vue | 23 +++++++ .../voteboard/voteCompleteUserListCard.vue | 13 ++++ .../voteboard/voteInCompleteUserList.vue | 23 +++++++ .../voteboard/voteInCompleteUserListCard.vue | 13 ++++ src/components/voteboard/voteResultCard.vue | 25 ++++++++ src/components/voteboard/voteResultList.vue | 19 ++++++ src/components/voteboard/voteResultRandom.vue | 16 +++++ .../voteboard/voteResultRandomList.vue | 19 ++++++ src/components/voteboard/voteRevoteEnd.vue | 16 +++++ src/components/voteboard/voteUserList.vue | 19 ++++++ src/views/voteboard/voteBoardList.vue | 63 +++++++++++++++++++ 15 files changed, 355 insertions(+) create mode 100644 src/components/voteboard/voteCard.vue create mode 100644 src/components/voteboard/voteCardCheck.vue create mode 100644 src/components/voteboard/voteCardCheckList.vue create mode 100644 src/components/voteboard/voteCardList.vue create mode 100644 src/components/voteboard/voteCompleteUserList.vue create mode 100644 src/components/voteboard/voteCompleteUserListCard.vue create mode 100644 src/components/voteboard/voteInCompleteUserList.vue create mode 100644 src/components/voteboard/voteInCompleteUserListCard.vue create mode 100644 src/components/voteboard/voteResultCard.vue create mode 100644 src/components/voteboard/voteResultList.vue create mode 100644 src/components/voteboard/voteResultRandom.vue create mode 100644 src/components/voteboard/voteResultRandomList.vue create mode 100644 src/components/voteboard/voteRevoteEnd.vue create mode 100644 src/components/voteboard/voteUserList.vue create mode 100644 src/views/voteboard/voteBoardList.vue 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/views/voteboard/voteBoardList.vue b/src/views/voteboard/voteBoardList.vue new file mode 100644 index 0000000..20a3434 --- /dev/null +++ b/src/views/voteboard/voteBoardList.vue @@ -0,0 +1,63 @@ + + + +