fix(Calendar): default-date should be today, close #6025 (#6028)

This commit is contained in:
neverland
2020-04-10 20:25:27 +08:00
committed by GitHub
parent e9f3936989
commit 48067f79db
4 changed files with 53 additions and 6 deletions
+1
View File
@@ -90,6 +90,7 @@
:show-confirm="false"
:min-date="tiledMinDate"
:max-date="tiledMaxDate"
:default-date="tiledMinDate"
:style="{ height: '500px' }"
/>
</demo-block>