Ignore:
Timestamp:
01/23/25 18:48:23 (3 months ago)
Author:
Ljubomir Ilievski <ilievski.ljubomir@…>
Branches:
master
Children:
a0e93df
Parents:
4446c6f
Message:

Ready to begin with connection with backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/components/Project/Locale_details.vue

    r4446c6f rf9ef3e8  
    11<script>
    22
     3
     4import { restaurantStore } from '@/PiniaStores/restaurantStore.js'
    35
    46export default {
     
    810        name: '',
    911        address: ''
    10       }
     12      },
     13      restaurantStore: restaurantStore()
    1114    }
    1215  }
     
    1821    <div id="container" class="border px-5 py-2">
    1922      <p>Local details...</p>
    20       <p>Working hours: xx:yy-xx:yy</p>
     23      <p>Working hours: {{restaurantStore.workingHours}}</p>
    2124      <ul>
    2225        <li>Service 1</li>
Note: See TracChangeset for help on using the changeset viewer.