shuinichang_/src/App.vue

13 lines
120 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<style>
* {
margin: 0;
padding: 0;
}
</style>