mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
修改menu初始化icon的bug
修改menu初始化icon的bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user