dezhou-screen/src/App.vue
2023-07-12 14:18:23 +08:00

10 lines
113 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script></script>
<style lang="scss"></style>