rzcs/src/App.vue

21 lines
183 B
Vue
Raw Normal View History

2022-01-07 09:35:42 +08:00
<template>
<router-view></router-view>
</template>
<script>
</script>
<style>
body{
margin: 0px;
}
p{
margin: 0px;
}
a{
text-decoration: none;
}
*{outline: none;}
</style>