We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb1a2a commit 102a96dCopy full SHA for 102a96d
app/components/Chart/SplitSparkline.vue
@@ -183,7 +183,11 @@ const configs = computed(() => {
183
<div>
184
<div class="grid gap-8 sm:grid-cols-2">
185
<ClientOnly v-for="(config, i) in configs" :key="`config_${i}`">
186
- <div @mouseleave="resetHover" @keydown.esc="resetHover" class="w-full max-w-[400px] mx-auto">
+ <div
187
+ @mouseleave="resetHover"
188
+ @keydown.esc="resetHover"
189
+ class="w-full max-w-[400px] mx-auto"
190
+ >
191
<div class="flex gap-2 place-items-center">
192
<div class="h-3 w-3">
193
<svg viewBox="0 0 2 2" class="w-full">
0 commit comments