admin firs step
This commit is contained in:
18
frontend/admin/app.vue
Normal file
18
frontend/admin/app.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Root app component
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/* Global styles */
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user