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

@ -23,6 +23,7 @@ defineProps<{
saveAmount?: number;
submitLabel?: string;
submitIcon?: string;
isEdit?: boolean;
tabsList?: { name: string; label: string }[];
hideCloseEvent?: boolean;
@ -217,6 +218,7 @@ const currentTab = defineModel<string>('currentTab');
id="btn-form-submit"
type="submit"
solid
:icon="submitIcon"
:label="submitLabel"
:amount="saveAmount"
/>