docs: simplify seciton name (#4961)

This commit is contained in:
neverland
2019-11-08 14:29:04 +08:00
committed by GitHub
parent e21c047306
commit 7ec7692918
12 changed files with 69 additions and 88 deletions
+9 -1
View File
@@ -1,5 +1,5 @@
<template>
<demo-section background="white">
<demo-section>
<demo-block :title="$t('basicUsage')">
<van-card
num="2"
@@ -90,3 +90,11 @@ export default {
}
};
</script>
<style lang="less">
@import '../../style/var';
.demo-card {
background-color: @white;
}
</style>