sweet_crm/app.vue

15 lines
156 B
Vue
Raw Normal View History

2024-08-02 08:47:13 +00:00
<script setup lang="ts">
</script>
2024-07-30 07:41:22 +00:00
<template>
2024-08-02 08:47:13 +00:00
<NuxtPage />
2024-07-30 07:41:22 +00:00
</template>
2024-08-05 09:30:18 +00:00
<style>
body, #__nuxt {
width: 100vw;
height: 100vh;
margin: 0;
}
</style>