mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-05 15:26:35 +08:00
* feat: support lang entry build * feat: vant support lang switch * move lang iframe-router to utils & fix router link bug * add en-US config && add some translation * chang async. to async_ (support superman cdn) * add layout translation * change nav style * upgrade zan-doc * fix: doc config * upgrade zan-doc && remove useless code * fix changelog generate path
10 lines
134 B
Vue
10 lines
134 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<style lang="postcss">
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
</style>
|