vehicle-monitor/src/App.vue

11 lines
101 B
Vue
Raw Normal View History

2025-02-24 18:23:33 +08:00
<template>
2025-02-25 23:14:50 +08:00
<router-view />
2025-02-24 18:23:33 +08:00
</template>
2025-02-25 23:14:50 +08:00
<style>
#app {
width: 100%;
height: 1080px;
2025-02-24 18:23:33 +08:00
}
</style>