mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
feat:合并
This commit is contained in:
@@ -34,7 +34,7 @@ const props = defineProps({
|
||||
})
|
||||
|
||||
const id = computed(() => {
|
||||
return props.value
|
||||
return props.value || null
|
||||
})
|
||||
|
||||
const emit = defineEmits({})
|
||||
|
||||
Reference in New Issue
Block a user