antissoft
/
wurenji
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-divider.js
79 Bytes
Edit
Raw
Normal View
History
Permalink
de2bd2f9
“wangming”
项目初始化
1 2 3 4 5
export
default
{
default
(
h
,
conf
,
key
)
{
return
conf
.
__slot__
[
key
]
}
}