nginx-ui/frontend/src/App.vue
2022-02-19 09:52:59 +08:00

12 lines
134 B
Vue

<template>
<div id="app">
<router-view/>
</div>
</template>
<style lang="less">
#app {
height: 100%;
}
</style>