This website requires JavaScript.
Explore
Help
Sign In
root
/
mand-mobile
Watch
1
Star
0
Fork
You've already forked mand-mobile
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
967ae3ded3
mand-mobile
/
components
/
check-list
/
index.vue
4 lines
83 B
Vue
Raw
Normal View
History
Unescape
Escape
feat(check): code refactor
2018-09-24 15:48:30 +08:00
<
script
>
import
CheckList
from
'../check/list'
export
default
CheckList
feat(check): add check-group component (#147) * First check components commit * test(check-group,check-list,check-box): Add unit tests * doc(check-group,check-box,check-list): Add component readme * doc(check-group): Add slot doc and update example
2018-07-20 14:06:03 +08:00
<
/
script
>