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.
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.