Files
sweet_crm/app.vue
T
Константин Уколов d9b694e76a feat: add footer and header
2024-08-05 12:30:18 +03:00

15 lines
156 B
Vue

<script setup lang="ts">
</script>
<template>
<NuxtPage />
</template>
<style>
body, #__nuxt {
width: 100vw;
height: 100vh;
margin: 0;
}
</style>