vehicle-monitor/src/App.vue

11 lines
101 B
Vue

<template>
<router-view />
</template>
<style>
#app {
width: 100%;
height: 1080px;
}
</style>