dezhou-screen/src/App.vue
2023-05-08 15:15:43 +08:00

16 lines
233 B
Vue

<template>
<div id="app">
<!-- <nav>
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</nav> -->
<router-view />
</div>
</template>
<script></script>
<style lang="scss">
</style>