mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
fix(Calendar): Invalid color setting (#6331)
This commit is contained in:
parent
bb65c62b1e
commit
6630816742
@ -206,6 +206,7 @@ export default createComponent({
|
|||||||
if (
|
if (
|
||||||
type === 'start' ||
|
type === 'start' ||
|
||||||
type === 'end' ||
|
type === 'end' ||
|
||||||
|
type === 'start-end' ||
|
||||||
type === 'multiple-selected' ||
|
type === 'multiple-selected' ||
|
||||||
type === 'multiple-middle'
|
type === 'multiple-middle'
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user