forked from verdnatura/hedera-web
Small changes
This commit is contained in:
parent
6631be401b
commit
6bfa5b9715
|
@ -352,6 +352,7 @@ onMounted(async () => {
|
|||
:locale="localeDates"
|
||||
first-day-of-week="1"
|
||||
:minimal="appStore.isMobile"
|
||||
flat
|
||||
/>
|
||||
</div>
|
||||
<!-- Address step -->
|
||||
|
|
|
@ -8,6 +8,8 @@ const { notify } = useNotify();
|
|||
|
||||
export const useAppStore = defineStore('hedera', {
|
||||
state: () => ({
|
||||
title: null,
|
||||
subtitle: null,
|
||||
imageUrl: '',
|
||||
useRightDrawer: false,
|
||||
rightDrawerOpen: false,
|
||||
|
|
Loading…
Reference in New Issue