File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,17 @@ module.exports = {
3030 base : 'vant' ,
3131 default : 'icon' ,
3232 category : [
33+ {
34+ base : 'guide' ,
35+ label : '开发指南' ,
36+ include : { common : require ( './packages/common/README.md' ) }
37+ } ,
3338 {
3439 base : 'base' ,
3540 label : '基础' ,
3641 include : {
3742 icon : require ( './packages/icon/README.md' ) ,
3843 button : require ( './packages/button/README.md' ) ,
39- common : require ( './packages/common/README.md' ) ,
4044 loading : require ( './packages/loading/README.md' )
4145 }
4246 } ,
Original file line number Diff line number Diff line change 11{
2- "navigationBarTitleText" : " Common 内置样式" ,
2+ "navigationBarTitleText" : " 内置样式" ,
33 "usingComponents" : {
44 "demo-block" : " ../../components/demo-block/index"
55 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export default {
33 title : '基础组件' ,
44 content : [
55 {
6- name : 'Common 内置样式' ,
6+ name : '内置样式' ,
77 path : '/pages/common/index'
88 } ,
99 {
Original file line number Diff line number Diff line change 1- ## Common 内置样式
1+ ## 内置样式
22Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。
33
44### 使用指南
You can’t perform that action at this time.
0 commit comments