docs(carousel): improve examples

This commit is contained in:
Benjamin Canac
2024-02-07 21:31:48 +01:00
parent b8936070f9
commit ee0a8f01af
3 changed files with 10 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ const items = [
</template>
<template #next="{ onClick, disabled }">
<button :disabled="disabled" class="" @click="onClick">
<button :disabled="disabled" @click="onClick">
Next
</button>
</template>