fixed props not use
This commit is contained in:
parent
272c4f2859
commit
b0859f1e34
@ -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[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user