R
Size: a a a
R
S
Д
Д
S
V💊
А
S
S
В
S
V
S
V
<template>
<v-app>
<Notification />
<v-content>
<Nav />
<nuxt />
</v-content>
</v-app>
</template>
<script>
import Notification from '~/components/Notification'
import Nav from '~/components/Nav'
export default {
components: {
Nav, Notification
}
}
</script>
S
<template>
<v-app>
<Notification />
<v-content>
<Nav />
<nuxt />
</v-content>
</v-app>
</template>
<script>
import Notification from '~/components/Notification'
import Nav from '~/components/Nav'
export default {
components: {
Nav, Notification
}
}
</script>
V
S
V
S
V