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