vant/docs/src/ExamplesApp.vue
2017-09-29 09:56:41 +08:00

10 lines
138 B
Vue

<template>
<router-view></router-view>
</template>
<style lang="postcss">
body {
-webkit-font-smoothing: antialiased;
}
</style>