mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-11 02:58:03 +08:00
fix: update feature section
This commit is contained in:
parent
47321179f7
commit
d1919f6bf5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user