Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ hIcon
Function
hIcon
frontend/src/components/icon-custom/index.ts:4–8 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
2
import
{ ElIcon } from
'element-plus-secondary'
3
import
Icon from
'./src/Icon.vue'
4
const
hIcon = (name: string) => {
5
return
h(ElIcon, null, {
6
default: () => h(name),
7
})
8
}
9
export
{ Icon, hIcon }
Callers
nothing calls this directly
Calls
1
h
Function · 0.50
Tested by
no test coverage detected