2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-09 09:32:26 +03:00

docs: zh-cn

This commit is contained in:
mengxiong10
2019-11-12 18:52:17 +08:00
parent 23781ef299
commit 4ddfb4e8a6
10 changed files with 167 additions and 29 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
:key="menu.id"
:class="{ active: activeIndex === i }"
:href="`#${menu.id}`"
:title="menu.title"
>{{ menu.title }}</a
>
</div>
@@ -118,6 +119,6 @@ body {
.content {
box-sizing: border-box;
width: 100%;
padding: 20px;
padding: 10px 20px;
}
</style>