Commit 66db7bf101868ff0c8a6d0fae59d4f58779a13e6
1 parent
0fce118e
Use constant component names in Pascal Case as per vue standards
Showing
6 changed files
with
6 additions
and
0 deletions
Show diff stats
1 | +export default 'FormItem'; |
1 | +export default 'IForm'; |
1 | +export default 'Drop'; |
1 | +export default 'OptionGroup'; |
1 | +export default 'IOption'; |
1 | +export default 'ISelect'; |