test(Calendar): add test cases

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 87ecdf9425
commit dec732daac
9 changed files with 790 additions and 10 deletions
+4
View File
@@ -60,6 +60,8 @@
:title="$t('calendar')"
:poppable="false"
:show-confirm="false"
:min-date="tiledMinDate"
:max-date="tiledMaxDate"
:style="{ height: '500px' }"
/>
</demo-block>
@@ -136,6 +138,8 @@ export default {
formatter: undefined,
showConfirm: false,
showCalendar: false,
tiledMinDate: new Date(2012, 0, 10),
tiledMaxDate: new Date(2012, 2, 20),
confirmText: undefined,
confirmDisabledText: undefined,
};