Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: the lunar calendar #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ npm run build //production
- 去除了当天的背景,改用一个在日期下面的小圆点替代
- 增加选中日期样式

##### lovelmh13新增
- 中文模式下显示农历


## License

Expand Down
2 changes: 1 addition & 1 deletion dev/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h2 class="t-center">Custom template</h2>
<vue-event-calendar :events="demoEvents">
<template scope="props">
<div v-for="(event, index) in props.showEvents" class="event-item">
<div v-for="(event, index) in props.showEvents" class="event-item" :key="index">
<!-- In here do whatever you want, make you owner event template -->
{{event}}
</div>
Expand Down
294 changes: 293 additions & 1 deletion dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading