AppMenu and router link fixes

This commit is contained in:
tugcekucukoglu 2024-05-30 16:30:44 +03:00
parent 6098674b05
commit 8d10e36cc8
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>
Unstyled mode instructs the components not to add any built-in style classes so that they can be styled using custom css or libraries like Tailwind, Bootstrap or PrimeFlex. Visit
<NuxtLink to="/unstyled">Unstyled mode</NuxtLink> documentation for more information.
<NuxtLink to="/theming/unstyled">Unstyled mode</NuxtLink> documentation for more information.
</p>
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />