13 lines
148 B
Vue
13 lines
148 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
<style lang="scss">
|
|
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style> |