parent
ece494e897
commit
9ea885d908
|
@ -1153,7 +1153,9 @@ const options = reactive([
|
|||
])
|
||||
|
||||
const metaData = ref(props.meta)
|
||||
metaData.value.icon = options[0].label
|
||||
if(!metaData.value.icon){
|
||||
metaData.value.icon = options[0].label
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue