vue-splide
vue-splide copied to clipboard
SplideTrack not exported
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Vue Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
0.6.7
Description
When attempting to import the SplideTrack component from @splidejs/vue-splide it states that it is not exported.
Simply using SplideTrack without importing results in wrapping the slides into one slide (of course).
Reproduction Link
No response
Steps to Reproduce
- Within a vue project, try to use the
SplideTrackcomponent
Expected Behaviour
According to the docs, there should exist the ability to use SplideTrack when we want to be more explicit about the structure and styling of a slider, but this component does not seem to be usable at all.