wwk
/
Antis_BlindBox_Service
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
antis-ncc-admin/src/components/Generator/render/slots/el-button.js
79 Bytes
Edit
Raw
Normal View
History
Permalink
03207d5d
wwk
1
1 2 3 4 5
export
default
{
default
(
h
,
conf
,
key
)
{
return
conf
.
__slot__
[
key
]
}
}