mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(VideoCard): resolve checked animation not working
This commit is contained in:
@@ -295,10 +295,10 @@ function handleUndo() {
|
||||
duration-300
|
||||
@click.prevent="toggleWatchLater"
|
||||
>
|
||||
<Tooltip v-show="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom" type="dark">
|
||||
<Tooltip v-if="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom" type="dark">
|
||||
<mingcute:carplay-line />
|
||||
</Tooltip>
|
||||
<Tooltip v-show="isInWatchLater" :content="$t('common.added')" placement="bottom" type="dark">
|
||||
<Tooltip v-else :content="$t('common.added')" placement="bottom" type="dark">
|
||||
<line-md:confirm />
|
||||
</Tooltip>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user