Jimin Huang
add: Feature
5fa7a59
<template>
<router-view />
</template>
<script>
export default { name: 'App' }
</script>
<style>
html, body, #app {
height: 100%;
}
body {
margin: 0;
}
</style>