2941b14b38
- Moved contents of main_dc/yalarba/easySite/easySite/ up to easySite/ - Updated docker-compose.yml build context path - Deleted empty nested easySite/ directory
8 lines
139 B
Vue
8 lines
139 B
Vue
<!-- layouts/default.vue -->
|
|
<template>
|
|
<div>
|
|
<UToast />
|
|
<Notifications position="top-right" />
|
|
<slot />
|
|
</div>
|
|
</template> |