Skip to content

Commit

Permalink
fix(homeview): removed unresponsive input sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Oct 17, 2024
1 parent 3ce081e commit 3204853
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ useSeoMeta({
<div class="h-screen bg-gradient-to-b from-indigo-500 via-purple-500 to-pink-500">
<DashboardView>
<template #header>
<div class="flex basis-1/2">
<div class="mr-3">
1A
<input type="range" name="test" id="">
</div>
<div>
1A
</div>

<div>
2B
<input type="range" name="test" id="">
</div>
<div>
2B
</div>
<div>
3C
</div>
</template>
<template #footer>
Expand Down

0 comments on commit 3204853

Please sign in to comment.