ADD file via upload

main
pjhmizn49 1 year ago
parent c496b1f943
commit 32e729b7bd

@ -0,0 +1,36 @@
<template>
<div id="app">
<!-- 路由出口路由匹配到的组件将渲染到这里 -->
<router-view></router-view>
</div>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
nav {
padding: 30px;
}
nav a {
font-weight: bold;
color: #2c3e50;
}
nav a.router-link-exact-active {
color: #42b983;
}
body{
margin: 0;
padding: 0;
border: 0;
}
</style>
<script setup>
</script>
Loading…
Cancel
Save