Use constant component names in Pascal Case as per vue standards

This commit is contained in:
Graham Fairweather 2018-02-26 11:42:19 +01:00
parent 0fce118ef2
commit 66db7bf101
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';