We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9f934 commit b86d7d8Copy full SHA for b86d7d8
resources/js/layouts/settings/Layout.vue
@@ -47,6 +47,7 @@ const currentPath = typeof window !== undefined ? window.location.pathname : '';
47
as-child
48
>
49
<Link :href="item.href">
50
+ <component :is="item.icon" class="h-4 w-4" />
51
{{ item.title }}
52
</Link>
53
</Button>
0 commit comments