Skip to content

Changes name casing in Vue.component calls #249

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Changes name casing in Vue.component calls #249

wants to merge 1 commit into from

Conversation

cathrinevaage
Copy link

Due to the casing of the component name given to Vue.component, the component can only be used in templates as <infinite-loading>, and never <InfiniteLoading>.
Changing the casing allows both <infinite-loading> and <InfiniteLoading> to be used in templates.

I could not get the tests to run without fail, even before I made any changes.
I followed the development setup guide in CONTRIBUTING.md.
The failing tests are the same before and after the changes were made.

Nevertheless, this is a very minor change, and it doesn't affect anything negatively.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant