Add auto-import guide

This commit is contained in:
Cagatay Civici 2024-01-24 15:49:48 +03:00
parent 0996e90188
commit c3d791be08
9 changed files with 154 additions and 8 deletions

View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
A complete example using a PrimeVue and unplugin is available at <a href="https://github.com/primefaces/primevue-examples/tree/main/auto-import" rel="noopener noreferrer">primevue-examples</a> repository. You can also view this sample
live at <a href="https://stackblitz.com/edit/vitejs-vite-cbjzs7?file=vite.config.ts" target="_blank" rel="noopener noreferrer">Stackblitz</a>.
</p>
</DocSectionText>
</template>