Code Format

This commit is contained in:
GitHub Actions Bot 2023-10-15 21:00:28 +00:00
parent 18576538e7
commit 4b1c58d771
10 changed files with 20 additions and 45 deletions

View file

@ -1,8 +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>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>
</DocSectionText>
<DocSectionCode :code="code" importCode hideToggleCode hideCodeSandbox hideStackBlitz />
</template>