fixed props not use

This commit is contained in:
Jeffrey Hsu 2024-11-05 07:24:14 +08:00
parent 272c4f2859
commit b0859f1e34

View File

@ -4,7 +4,7 @@ type Entry = {
url: boolean, url: boolean,
to: string, to: string,
} }
const props = defineProps<{ defineProps<{
title: string title: string
icon: string[] icon: string[]
entry: Entry[] entry: Entry[]