mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-28 05:28:05 +03:00
parent
2dc7ad27bf
commit
79538a65ee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const props = defineProps<{
|
||||||
disabled?: boolean
|
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()
|
const userSettings = useUserSettings()
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
|
|
Loading…
Reference in a new issue