vant/docs/src/ExamplesApp.vue
2017-09-22 14:54:05 +08:00

10 lines
123 B
Vue

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