Docs: add balbel-plugin-import install guide

This commit is contained in:
陈嘉涵
2017-09-29 09:56:41 +08:00
parent 74da05c30d
commit 9679a59d9f
3 changed files with 39 additions and 29 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>