mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
14 lines
275 B
Vue
14 lines
275 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style lang="postcss">
|
|
body {
|
|
color: #333;
|
|
line-height: 1;
|
|
background-color: #f8f8f8;
|
|
font-family: Arial, Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
</style>
|