dezhou-screen/src/App.vue

16 lines
233 B
Vue
Raw Normal View History

2023-05-06 15:55:27 +08:00
<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>
2023-05-08 15:15:43 +08:00
<style lang="scss">
</style>