修改驾驶舱时间问题
This commit is contained in:
@@ -52,7 +52,7 @@ import { mainHeight } from '@/utils/layout'
|
||||
const prop = defineProps({
|
||||
width: { type: [String, Number] },
|
||||
height: { type: [String, Number] },
|
||||
timeKey: { type: [String, Number] },
|
||||
timeKey: { type: Array as () => string[] },
|
||||
timeValue: { type: Object }
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user