dezhou-screen/src/App.vue

10 lines
113 B
Vue
Raw Normal View History

2023-05-06 15:55:27 +08:00
<template>
<div id="app">
<router-view />
</div>
</template>
<script></script>
2023-07-12 14:18:23 +08:00
<style lang="scss"></style>