Merge pull request #4959 from onurusluca/master

Update PluginDoc.vue - fix Nuxt link
pull/4967/head
Tuğçe Küçükoğlu 2023-12-12 11:48:03 +03:00 committed by GitHub
commit a07f8429ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p> <p>
PrimeVue plugin is required to be installed with the <i>use</i> function to set up the default <NuxtLink to="/theming">configuration</NuxtLink>. If you are using <NuxtLink to="/theming">Nuxt</NuxtLink>, this step is not required as our PrimeVue plugin is required to be installed with the <i>use</i> function to set up the default <NuxtLink to="/theming">configuration</NuxtLink>. If you are using <NuxtLink to="https://nuxt.com/">Nuxt</NuxtLink>, this step is not required as our
nuxt module handles it. nuxt module handles it.
</p> </p>
</DocSectionText> </DocSectionText>