【功能完善】IoT: 数据桥梁配置

This commit is contained in:
puhui999
2025-03-09 18:05:22 +08:00
parent 82e9b1bcff
commit b95cac2e70
8 changed files with 29 additions and 31 deletions

View File

@ -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>