Newer
Older
<Notifications />
<template #logo>
<Logo />
</template>
<v-main class="main-app-content">
import EubopenAppBar from '~/components/Masthead/EubopenAppBar.vue'
import Footer from '~/components/footer/Footer.vue'
import Notifications from '~/web-components-submodule/components/common/Notifications.vue'
import Logo from '~/components/Logo.vue'
<style lang="scss" scoped>
.main-app-content {
min-height: 70vh;
}
</style>