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.
2 parents 5a9f934 + b86d7d8 commit d0b5d19Copy full SHA for d0b5d19
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