You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the BCarouselList component, I'm getting the following console warning, and the carousel is not arranging the slides properly.
[Vue warn]: Invalid Component definition: 1
found in
---> <BCarouselList>
<Layout> at layout/FullWidth.vue
<Pages/tickets/index.vue> at pages/tickets/index.vue
<Nuxt>
<Layouts/default.vue> at layouts/default.vue
<Root>
The number of times the warning shows is equal to the number of slides in the carousel.
When attempting to use the BCarouselList component, I'm getting the following console warning, and the carousel is not arranging the slides properly.
The number of times the warning shows is equal to the number of slides in the carousel.
The code I'm using is as follows:
nuxt.config.js looks like this:
Relavant version data:
Any insight into this is appreciated, I can't seem to find the cause.
The text was updated successfully, but these errors were encountered: