We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.12
I have it like this in my template
<template> <Splide :options="options" ref="splide" @splide:active="onSlideMove"> <SplideSlide> <TheMainPie /> </SplideSlide> <SplideSlide> <TheMainBarChart /> </SplideSlide> </Splide> [...] </template> <script setup> const splide = ref(null) onMounted(() => { const slider = splide.value.splide; slider.go(1); // working as expected slider.scroll(1); // Unhandled Promise Rejection: TypeError: slider.scroll is not a function slider.move(1) // error ... }) </script>
No response
can use all the controller methods from original docs
The text was updated successfully, but these errors were encountered:
I confirm this behavior. I do not have access to the refresh method.
refresh
Sorry, something went wrong.
No branches or pull requests
Checks
Version
0.6.12
Description
I have it like this in my template
Reproduction Link
No response
Steps to Reproduce
...
Expected Behaviour
can use all the controller methods from original docs
The text was updated successfully, but these errors were encountered: