Merge remote-tracking branch 'main/dev' into dev

This commit is contained in:
陈嘉涵
2017-09-29 11:02:52 +08:00
6 changed files with 43 additions and 31 deletions

View File

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

View File

@@ -34,3 +34,11 @@ export default {
}
};
</script>
<style lang="postcss">
.zan-doc-content--quickstart {
h3:not(:first-of-type) {
margin-top: 35px;
}
}
</style>

View File

@@ -21,7 +21,7 @@ routesConfig.push({
component: DemoList
});
const router = new VueRouter({
mode: 'history',
mode: 'hash',
base: '/zanui/vue/examples',
routes: routesConfig
});

View File

@@ -15,7 +15,7 @@ routesConfig.push({
});
const router = new VueRouter({
mode: 'history',
mode: 'hash',
base: '/zanui/vue/',
routes: routesConfig
});