This commit is contained in:
nasir@endelospay.com
2024-06-06 01:15:23 +05:00
parent d247817d5d
commit e4ec7789de
4 changed files with 47 additions and 4 deletions

View File

@@ -121,6 +121,10 @@ const currencies = [
'HUF',
'INR',
]
onMounted(async () => {
await store.dispatch('siteSetting');
});
</script>
<template>