Commit c6c55510144f6a73df26263d8225fe2b05b4477d
Committed by
GitHub
Merge pull request #3058 from Xotic750/component_names
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'; | ... | ... |