refactor: no reactivity transform (#2600)
This commit is contained in:
parent
b9394c2fa5
commit
ccfa7a8d10
102 changed files with 649 additions and 652 deletions
|
@ -4,7 +4,7 @@ import type { mastodon } from 'masto'
|
|||
const route = useRoute()
|
||||
const { t } = useI18n()
|
||||
|
||||
const filter = $computed<mastodon.v1.NotificationType | undefined>(() => {
|
||||
const filter = computed<mastodon.v1.NotificationType | undefined>(() => {
|
||||
if (!isHydrated.value)
|
||||
return undefined
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue