Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 14, 2024
1 parent 2811a30 commit f30cbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions app/components/LyricsTrack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,7 @@ onMounted(() => {
flex="~ gap-2 items-center"
@click="() => scrollToActiveLine('smooth')"
>
<Tooltip placement="left" distance="8">
<IconButton icon="i-uil-right-indent-alt" />
<template #popper>
<div>
{{ $t("actions.scrollToCurrent") }}
</div>
</template>
</Tooltip>
<ActionButton icon="i-uil-right-indent-alt" :title="$t('actions.scrollToCurrent')" />
</div>

<!-- Track -->
Expand Down Expand Up @@ -204,7 +197,7 @@ onMounted(() => {
/>
</div>
</div>
</div>
</div>
</template>

<style>
Expand Down
1 change: 0 additions & 1 deletion app/components/SongPlay.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import type { MaruSongDataParsed } from '@marure/schema'
import { Tooltip } from 'floating-vue'
import type { SongDataSource } from '~/composables/loader'
const props = defineProps<{
Expand Down

0 comments on commit f30cbf1

Please sign in to comment.