primevue-mirror/doc/autoimport/ExampleDoc.vue

9 lines
509 B
Vue

<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>