【功能完善】IoT: 数据桥梁配置
This commit is contained in:
@ -31,7 +31,7 @@ import { useVModel } from '@vueuse/core'
|
||||
defineOptions({ name: 'RabbitMQConfigForm' })
|
||||
|
||||
const props = defineProps<{
|
||||
modelValue: RabbitMQConfig
|
||||
modelValue: any
|
||||
}>()
|
||||
const emit = defineEmits(['update:modelValue'])
|
||||
const config = useVModel(props, 'modelValue', emit) as Ref<RabbitMQConfig>
|
||||
|
||||
Reference in New Issue
Block a user