.. | ||
Footer.vue | ||
Icon.vue | ||
README.md |
Components
Components in this dir will be auto-registered and on-demand, powered by vite-plugin-components
.
Icon.vue
You can uses Icons with the following syntax
<Icon icon='mdi:account'/>
The icon id follows the rules in Iconify which you can use any icons from the supported icon sets. It will only bundles the icons you use, check out PurgeIcons for more details.