Pedidos stepper #80

Merged
jsegarra merged 16 commits from wbuezas/hedera-web-mindshore:feature/PedidosStepper into 4922-vueMigration 2024-09-03 14:06:02 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 6bfa5b9715 - Show all commits

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,