Skip to content

Commit 3330590

Browse files
Adjust type of prop 'link' of FwbSidebarItem.vue (#299)
1 parent 79a1240 commit 3330590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FwbSidebar/FwbSidebarItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import { resolveComponent } from 'vue'
2020
const props = withDefaults(
2121
defineProps<{
22-
link?: string
22+
link?: string | { name: string }
2323
tag?: string
2424
}>(),
2525
{

0 commit comments

Comments
 (0)