mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
parent
2dc7ad27bf
commit
79538a65ee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const props = defineProps<{
|
|||
disabled?: boolean
|
||||
}>()
|
||||
|
||||
const account = props.account || (props.handle ? useAccountByHandle(props.handle!) : undefined)
|
||||
const account = computed(() => props.account || (props.handle ? useAccountByHandle(props.handle!) : undefined))
|
||||
const userSettings = useUserSettings()
|
||||
|
||||
defineOptions({
|
||||
|
|
Loading…
Reference in a new issue