Docs for unstyled mode

This commit is contained in:
Cagatay Civici 2023-07-10 00:13:49 +03:00
parent f3d1033c37
commit de119bb8b0
28 changed files with 883 additions and 40 deletions

View file

@ -3,7 +3,7 @@
<p>PrimeVue can easily be used with Nuxt 3 using a custom plugin.</p>
<h3>nuxt.config.js</h3>
<p>Open the nuxt configuration file and add the css dependencies.</p>
<p>Open the nuxt configuration file and add the css dependencies. This step is only required when using styled mode and can be ignored in unstyled mode.</p>
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz />