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,
to: string,
}
const props = defineProps<{
defineProps<{
title: string
icon: string[]
entry: Entry[]