1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 05:45:32 +02:00

refactor: fix some type errors

This commit is contained in:
yukineko
2024-01-05 02:22:44 +09:00
parent 310e68c0e3
commit f9403f8d25
5 changed files with 32 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkA
v-else class="_button"
:class="[$style.root, { [$style.inline]: inline, [$style.primary]: primary, [$style.gradate]: gradate, [$style.danger]: danger, [$style.rounded]: rounded, [$style.full]: full, [$style.small]: small, [$style.large]: large, [$style.transparent]: transparent, [$style.asLike]: asLike }]"
:to="to"
:to="to ?? '#'"
@mousedown="onMousedown"
>
<div ref="ripples" :class="$style.ripples" :data-children-class="$style.ripple"></div>