Merge pull request #3058 from Xotic750/component_names

Use constant component names in Pascal Case as per vue standards
This commit is contained in:
Aresn 2018-02-27 14:30:19 +08:00 committed by GitHub
commit c6c5551014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
export default 'FormItem';

View file

@ -0,0 +1 @@
export default 'iForm';

View file

@ -0,0 +1 @@
export default 'Drop';

View file

@ -0,0 +1 @@
export default 'OptionGroup';

View file

@ -0,0 +1 @@
export default 'iOption';

View file

@ -0,0 +1 @@
export default 'iSelect';