fix: update feature section

This commit is contained in:
lstoeferle 2021-10-16 13:37:02 +02:00
parent 47321179f7
commit d1919f6bf5

View File

@ -21,13 +21,6 @@
url="https://github.com/underfin/vite-plugin-vue2"
/>
</div>
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
<Feature
title="vite-plugin-components"
text="On demand components auto importing for Vite"
url="https://github.com/antfu/vite-plugin-components"
/>
</div>
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
<Feature
title="vite-plugin-windicss"
@ -37,9 +30,16 @@
</div>
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
<Feature
title="vite-plugin-icons"
title="unplugin-components"
text="On demand components auto importing for Vite"
url="https://github.com/antfu/unplugin-vue-components"
/>
</div>
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
<Feature
title="unplugin-icons"
text="Access thousands of icons as Vue components in Vite"
url="https://github.com/antfu/vite-plugin-icons"
url="https://github.com/antfu/unplugin-icons"
/>
</div>
</div>