feat/fix: new component(select input/zone, quoCard)

This commit is contained in:
puriphatt 2024-09-23 15:03:54 +07:00
parent 08068137af
commit c04039d8a7
7 changed files with 332 additions and 37 deletions

View file

@ -12,6 +12,7 @@ defineProps<{
dark?: boolean;
label?: string;
icon?: string;
amount?: number;
}>();
@ -21,7 +22,7 @@ defineProps<{
<MainButton
@click="(e) => $emit('click', e)"
v-bind="{ ...$props, ...$attrs }"
icon="mdi-content-save-outline"
:icon="icon || 'mdi-content-save-outline'"
color="207 96% 32%"
:title="iconOnly ? $t('general.save') : undefined"
>