mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Doc] update common style
This commit is contained in:
parent
f01f46b55a
commit
37ef6d1d51
@ -30,13 +30,17 @@ module.exports = {
|
||||
base: 'vant',
|
||||
default: 'icon',
|
||||
category: [
|
||||
{
|
||||
base: 'guide',
|
||||
label: '开发指南',
|
||||
include: { common: require('./packages/common/README.md') }
|
||||
},
|
||||
{
|
||||
base: 'base',
|
||||
label: '基础',
|
||||
include: {
|
||||
icon: require('./packages/icon/README.md'),
|
||||
button: require('./packages/button/README.md'),
|
||||
common: require('./packages/common/README.md'),
|
||||
loading: require('./packages/loading/README.md')
|
||||
}
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"navigationBarTitleText": "Common 内置样式",
|
||||
"navigationBarTitleText": "内置样式",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ export default {
|
||||
title: '基础组件',
|
||||
content: [
|
||||
{
|
||||
name: 'Common 内置样式',
|
||||
name: '内置样式',
|
||||
path: '/pages/common/index'
|
||||
},
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Common 内置样式
|
||||
## 内置样式
|
||||
Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。
|
||||
|
||||
### 使用指南
|
||||
|
Loading…
x
Reference in New Issue
Block a user