8 lines
208 B
Vue
8 lines
208 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style>
|
|
html, body, #app { height: 100%; margin: 0; font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; }
|
|
body { background: #f0f2f5; }
|
|
</style> |