修改页面告警
This commit is contained in:
@@ -48,9 +48,9 @@ import IframeDia from './iframeDia.vue'
|
||||
// }>()
|
||||
|
||||
const prop = defineProps({
|
||||
width: { type: String },
|
||||
height: { type: String },
|
||||
timeKey: { type: String },
|
||||
width: { type: [String, Number]},
|
||||
height: { type: [String, Number]},
|
||||
timeKey: { type: [String, Number]},
|
||||
timeValue: { type: Object }
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user