-
@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2023-04-11 12:31:25javascript const props = defineProps<{ pubkey: string; urls?: Set<string> }>(); const { pubkey } = toRefs(props); const pubkeys = computed(() => [pubkey.value]); const activePage = ref("homepage");