Files
tp/main_dc/yalarba/easySite/app/components/layout/default.vue
T
valitovgaziz 2941b14b38 flatten easySite directory: remove extra easySite/easySite nesting
- Moved contents of main_dc/yalarba/easySite/easySite/ up to easySite/
- Updated docker-compose.yml build context path
- Deleted empty nested easySite/ directory
2026-06-12 11:16:15 +05:00

8 lines
139 B
Vue

<!-- layouts/default.vue -->
<template>
<div>
<UToast />
<Notifications position="top-right" />
<slot />
</div>
</template>