mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
12 lines
134 B
Vue
12 lines
134 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view/>
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="less">
|
|
#app {
|
|
height: 100%;
|
|
}
|
|
|
|
</style>
|