[Bug Report][3.3.7] missing functions in the prototype ($ref)
Environment
Vuetify Version: 3.3.7 Vue Version: 3.3.4 Browsers: Chrome 119.0.0.0 OS: Windows 10
Steps to reproduce
- Create a v-slide-group with options
- add 2 separate buttons
- add a @click event on these buttons
- event = $ref.slideGroup.next() / $ref.slideGroup.prev()
Expected Behavior
in the API it says it should work but it doesn't work and shows error
Actual Behavior
Error: runtime-core.esm-bundler.js:221 Uncaught TypeError: _ctx.$refs.slideGroup.prev is not a function
Reproduction Link
in the API it says it should work
No it doesn't
in the API it says it should work
No it doesn't
That's <template #default="{ prev, next }">
That's
<template #default="{ prev, next }">
Ok, man. But how can i do that i need?
@KaelWD can you help please?
Ok, i use your example but how can i iterate the items i need @KaelWD