Steps docs for router

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-30 17:38:19 +03:00
parent 637b3b398c
commit 81b2102c56
5 changed files with 137 additions and 37 deletions

8
doc/steps/RouterDoc.vue Normal file
View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
Since v3.33.0 the vue-router dependency of menu components is deprecated and templating should be used to define router links instead. This approach provides flexibility to be able to use any kind of router link component such as
<i>NuxtLink</i> or <i>router-link</i>. Here is an <NuxtLink to="/steps/#basic">example</NuxtLink> with vue-router.
</p>
</DocSectionText>
</template>