This commit is contained in:
syuilo 2023-05-27 11:38:08 +09:00
parent a879607479
commit 11d22c7b73
6 changed files with 6 additions and 204 deletions

View file

@ -26,7 +26,7 @@ const props = defineProps<{
to: string;
active?: boolean;
external?: boolean;
behavior?: null | 'window' | 'browser' | 'modalWindow';
behavior?: null | 'window' | 'browser';
inline?: boolean;
}>();
</script>