Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2f09ac3
edit december korean expression
mwh5026 Aug 9, 2019
076fd69
Def: delete
mwh5026 Aug 9, 2019
a306149
''Def:" delete
mwh5026 Aug 9, 2019
78355be
''Def:" delete
mwh5026 Aug 9, 2019
8cf4217
''Def:" delete
mwh5026 Aug 9, 2019
1d717b4
more-header font-size edit
mwh5026 Aug 9, 2019
902805c
Update fullCalendar.vue
mwh5026 Aug 9, 2019
497a4ed
Update vue-fullcalendar.min.js
mwh5026 Aug 9, 2019
2850d35
Update vue-fullcalendar.js
mwh5026 Aug 9, 2019
d44eb70
Update vue-fullcalendar.js.map
mwh5026 Aug 9, 2019
0b2f401
Update fullCalendar.vue
mwh5026 Aug 9, 2019
0aee38b
Update vue-fullcalendar.js
mwh5026 Aug 9, 2019
5f0c4f0
Update vue-fullcalendar.js.map
mwh5026 Aug 9, 2019
0d7bf4f
edit
mwh5026 Aug 9, 2019
66cb045
edit
mwh5026 Aug 9, 2019
292be8d
edit
mwh5026 Aug 9, 2019
589e37d
edit
mwh5026 Aug 9, 2019
58c07fe
edit
mwh5026 Aug 9, 2019
e4d4fe0
edit
mwh5026 Aug 9, 2019
3d94114
edit
mwh5026 Aug 9, 2019
fd87aa9
edit
mwh5026 Aug 13, 2019
12ba227
edit
mwh5026 Aug 13, 2019
795639f
edit
mwh5026 Aug 13, 2019
7bdbd7d
edit
mwh5026 Aug 13, 2019
a5bc192
day compare add
mwh5026 Aug 13, 2019
d7960f5
day compare add
mwh5026 Aug 13, 2019
ff27611
day compare add
mwh5026 Aug 13, 2019
0b814f6
day compare add
mwh5026 Aug 13, 2019
11139db
day compare add
mwh5026 Aug 13, 2019
97139d9
day compare add
mwh5026 Aug 13, 2019
329ddc4
day compare add
mwh5026 Aug 13, 2019
e73550a
day compare add
mwh5026 Aug 13, 2019
debc587
day compare add
mwh5026 Aug 13, 2019
2b2dfd3
day compare add
mwh5026 Aug 13, 2019
85edd20
edit
mwh5026 Aug 13, 2019
b5b8acb
edit
mwh5026 Aug 13, 2019
3e2aab2
edit
mwh5026 Aug 13, 2019
95dca73
edit
mwh5026 Aug 13, 2019
5213c39
edit
mwh5026 Aug 13, 2019
ad5f5ec
edit
mwh5026 Aug 13, 2019
56a27de
edit
mwh5026 Aug 13, 2019
24fbf80
edit
mwh5026 Aug 13, 2019
83f5788
edit
mwh5026 Aug 13, 2019
f8b44c1
edit
mwh5026 Aug 13, 2019
6aa86d7
edit
mwh5026 Aug 13, 2019
4bf5800
edit
mwh5026 Aug 13, 2019
4763331
edit
mwh5026 Aug 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33,020 changes: 16,519 additions & 16,501 deletions dist/vue-fullcalendar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-fullcalendar.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/vue-fullcalendar.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/eventCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p class="event-item" :class="cssClasses"
@click="$emit('click', event, $event)">
<slot :event="event" v-if="showTitle">
Def: {{ event.title }}
{{ event.title }}
</slot>
</p>
</template>
Expand Down Expand Up @@ -47,4 +47,4 @@
}
}
}
</script>
</script>
2 changes: 1 addition & 1 deletion src/dataMap/langSets.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
},
ko : {
weekNames : ['일', '월', '화', '수', '목', '금', '토'],
monthNames : ['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12'],
monthNames : ['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12월'],
titleFormat : 'yyyy년MM월'
},
}
12 changes: 6 additions & 6 deletions src/fullCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<div class="more-events" v-show="showMore"
:style="{left: morePos.left + 'px', top: morePos.top + 'px'}">
<div class="more-header">
<span class="title">{{ moreTitle(selectDay.date) }}</span>
<span class="mtitle">{{ moreTitle(selectDay.date) }}</span>
<span class="close" @click.stop="showMore = false">x</span>
</div>
<div class="more-body">
<ul class="body-list">
<li v-for="event in selectDay.events"
v-show="event.isShow" class="body-item"
v-show="event.isShow" class="body-item" :class="event.cssClass"
@click="eventClick(event, $event)">
{{event.title}}
</li>
Expand Down Expand Up @@ -240,7 +240,7 @@
}
}
}

</script>
<style lang="scss">
.comp-full-calendar{
Expand Down Expand Up @@ -368,8 +368,8 @@
padding:5px;
display: flex;
align-items : center;
font-size: 14px;
.title{
font-size: 14px!important;
.mtitle{
flex:1;
}
.close{
Expand Down Expand Up @@ -404,4 +404,4 @@
}
}
}
</style>
</style>