Feat: The value selected in the Select component only displays the icon #3221 (#8209)

### What problem does this PR solve?
Feat: The value selected in the Select component only displays the icon
#3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-12 12:31:57 +08:00
committed by GitHub
parent 56ee69e9d9
commit 84b4e32c34
4 changed files with 74 additions and 43 deletions

View File

@ -16,6 +16,7 @@ export default defineConfig({
icons: {},
hash: true,
favicons: ['/logo.svg'],
headScripts: [{ src: '/iconfont.js', defer: true }],
clickToComponent: {},
history: {
type: 'browser',