Spaces:
Running
Running
<script setup> | |
import { RouterView } from 'vue-router' | |
</script> | |
<template> | |
<RouterView /> | |
</template> | |
<style> | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
</style> | |