9 lines
390 B
Vue
9 lines
390 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>
|
|
The prerequisite steps are covered by the <a href="https://tailwindcss.com/docs/guides/vite#vue" target="_blank" rel="noopener noreferrer">Install Tailwind CSS with Vite</a> guide. If you have Vite and Tailwind configured successfully,
|
|
follow the next steps.
|
|
</p>
|
|
</DocSectionText>
|
|
</template>
|