feat: set addr of current customer
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Thanaphon Frappet 2025-04-11 09:45:09 +07:00
parent d3e5aec842
commit b1295d00ff
2 changed files with 41 additions and 0 deletions

View file

@ -65,6 +65,8 @@ onMounted(async () => {
}
await getSelectedOption();
valueOption.value = selectOptions.value.find((v) => v.id === value.value);
});
</script>
<template>