feat: iconify & iconsax

This commit is contained in:
puriphatt 2024-04-03 11:46:30 +07:00
parent 1c629ce18d
commit 5936da888d
9 changed files with 34842 additions and 2 deletions

View file

@ -1,4 +1,6 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import 'iconify-icon';
</script>
<template>
<router-view />
</template>