feat: total product UI

This commit is contained in:
oat_dev 2024-06-11 15:12:33 +07:00
parent c203e8715d
commit d98a250a76
4 changed files with 67 additions and 0 deletions

View file

@ -5,6 +5,7 @@ defineProps<{
icon: string;
text: string;
color: string;
changeColor?: boolean;
}>();
</script>
@ -26,6 +27,7 @@ defineProps<{
:icon="icon"
width="64px"
:class="`${$q.dark.isActive ? '' : 'app-text-muted'}`"
:color="changeColor ? color : ''"
/>
</div>
<div