devicesmgt/sgzb-screen/src/App.vue

14 lines
173 B
Vue
Raw Normal View History

2023-12-16 18:10:04 +08:00
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'app',
}
</script>
<style lang="less">
</style>