4565 / hajimiUI /src /App.vue
linchuans's picture
Upload 78 files
9333b9c verified
raw
history blame contribute delete
160 Bytes
<script setup>
import { RouterView } from 'vue-router'
</script>
<template>
<RouterView />
</template>
<style>
body {
margin: 0;
padding: 0;
}
</style>