Update nuxt doc

This commit is contained in:
Cagatay Civici 2024-07-03 13:06:06 +03:00
parent 185ebc1dd1
commit 309c665bb1
18 changed files with 202 additions and 48 deletions

View file

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Whether to install the PrimeVue plugin, defaults to <i>true</i>. Disable this option if you prefer to configure PrimeVue manually e.g. with a Nuxt plugin.</p>
<p>The module installs the PrimeVue plugin by default. Disable this option if you prefer to configure PrimeVue manually e.g. with a Nuxt plugin.</p>
</DocSectionText>
<DocSectionCode :code="code" importCode hideToggleCode hideStackBlitz />
</template>