15 lines
130 B
Vue
15 lines
130 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view/>
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
<style>
|
|
#app {
|
|
height: 100vh;
|
|
}
|
|
</style> |