fix(Calendar): Invalid color setting (#6331)

This commit is contained in:
Sakura-zfx 2020-05-21 17:34:07 +08:00 committed by GitHub
parent bb65c62b1e
commit 6630816742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,6 +206,7 @@ export default createComponent({
if (
type === 'start' ||
type === 'end' ||
type === 'start-end' ||
type === 'multiple-selected' ||
type === 'multiple-middle'
) {