mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-12 22:29:59 +08:00
feat: Add icon in header search component. (#564)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
This commit is contained in:
parent
7706b7715c
commit
ca3cd71fe2
@ -17,7 +17,10 @@
|
|||||||
:key="element.item.path"
|
:key="element.item.path"
|
||||||
:value="element.item"
|
:value="element.item"
|
||||||
:label="element.item.title.join(' > ')"
|
:label="element.item.title.join(' > ')"
|
||||||
/>
|
>
|
||||||
|
{{ element.item.title.join(' > ') }}
|
||||||
|
<svg-icon :icon-class="element.item.meta.icon" />
|
||||||
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user