antissoft
/
NetworkInformation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
src/components/Generator/render/slots/el-button.js
79 Bytes
Edit
Raw
Normal View
History
5330d757
monkeyhouyi
公司信息管理完成
1 2 3 4 5
export
default
{
default
(
h
,
conf
,
key
)
{
return
conf
.
__slot__
[
key
]
}
}