fix(Calendar): Invalid color setting (#6331)
This commit is contained in:
@@ -206,6 +206,7 @@ export default createComponent({
|
||||
if (
|
||||
type === 'start' ||
|
||||
type === 'end' ||
|
||||
type === 'start-end' ||
|
||||
type === 'multiple-selected' ||
|
||||
type === 'multiple-middle'
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user