AT Protocol login app for Open Web Desktop
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Fix imports

dxlliv 45efd825 e2dcb858

+1
+1
runtime/components/Window/WindowAtprotoAccount.vue
··· 4 4 import {onBeforeMount, watch} from "vue" 5 5 import {computed} from "@vue/reactivity" 6 6 import {useI18n} from "vue-i18n" 7 + import { useAtproto } from '#imports' 7 8 8 9 const props = defineProps<{ 9 10 window: IWindowController