0
1
Fork 0

Small changes

This commit is contained in:
William Buezas 2024-09-03 08:17:22 -03:00
parent 6631be401b
commit 6bfa5b9715
2 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,7 @@ onMounted(async () => {
:locale="localeDates"
first-day-of-week="1"
:minimal="appStore.isMobile"
flat
/>
</div>
<!-- Address step -->

View File

@ -8,6 +8,8 @@ const { notify } = useNotify();
export const useAppStore = defineStore('hedera', {
state: () => ({
title: null,
subtitle: null,
imageUrl: '',
useRightDrawer: false,
rightDrawerOpen: false,