mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: remove switch-cell to deprecated group
This commit is contained in:
parent
9bcfddc958
commit
4ca2a12347
@ -11,9 +11,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
site: {
|
site: {
|
||||||
defaultLang: 'en-US',
|
defaultLang: 'en-US',
|
||||||
versions: [
|
versions: [{ label: '1.x', link: 'https://youzan.github.io/vant/1.x/' }],
|
||||||
{ label: '1.x', link: 'https://youzan.github.io/vant/1.x/' }
|
|
||||||
],
|
|
||||||
baiduAnalytics: {
|
baiduAnalytics: {
|
||||||
seed: 'ad6b5732c36321f2dafed737ac2da92f'
|
seed: 'ad6b5732c36321f2dafed737ac2da92f'
|
||||||
},
|
},
|
||||||
@ -78,7 +76,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '基础组件',
|
title: '基础组件',
|
||||||
icon: 'https://img.yzcdn.cn/vant/basic-0401.svg',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'button',
|
path: 'button',
|
||||||
@ -112,7 +109,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '表单组件',
|
title: '表单组件',
|
||||||
icon: 'orders-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'calendar',
|
path: 'calendar',
|
||||||
@ -166,10 +162,6 @@ module.exports = {
|
|||||||
path: 'switch',
|
path: 'switch',
|
||||||
title: 'Switch 开关'
|
title: 'Switch 开关'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'switch-cell',
|
|
||||||
title: 'SwitchCell 开关单元格'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'uploader',
|
path: 'uploader',
|
||||||
title: 'Uploader 文件上传'
|
title: 'Uploader 文件上传'
|
||||||
@ -178,7 +170,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '反馈组件',
|
title: '反馈组件',
|
||||||
icon: 'gift-card-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'action-sheet',
|
path: 'action-sheet',
|
||||||
@ -220,7 +211,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '展示组件',
|
title: '展示组件',
|
||||||
icon: 'photo-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'circle',
|
path: 'circle',
|
||||||
@ -286,7 +276,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '导航组件',
|
title: '导航组件',
|
||||||
icon: 'peer-pay',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'grid',
|
path: 'grid',
|
||||||
@ -324,7 +313,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '业务组件',
|
title: '业务组件',
|
||||||
icon: 'other-pay',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'address-edit',
|
path: 'address-edit',
|
||||||
@ -363,6 +351,15 @@ module.exports = {
|
|||||||
title: 'Sku 商品规格'
|
title: 'Sku 商品规格'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '废弃',
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
path: 'switch-cell',
|
||||||
|
title: 'SwitchCell 开关单元格'
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -414,7 +411,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Basic Components',
|
title: 'Basic Components',
|
||||||
icon: 'https://img.yzcdn.cn/vant/basic-0401.svg',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'button',
|
path: 'button',
|
||||||
@ -443,12 +439,11 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
path: 'style',
|
path: 'style',
|
||||||
title: 'Built-in style'
|
title: 'Built-in style'
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Form Components',
|
title: 'Form Components',
|
||||||
icon: 'orders-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'calendar',
|
path: 'calendar',
|
||||||
@ -514,7 +509,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Action Components',
|
title: 'Action Components',
|
||||||
icon: 'gift-card-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'action-sheet',
|
path: 'action-sheet',
|
||||||
@ -556,7 +550,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Display Components',
|
title: 'Display Components',
|
||||||
icon: 'photo-o',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'circle',
|
path: 'circle',
|
||||||
@ -622,7 +615,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Navigation Components',
|
title: 'Navigation Components',
|
||||||
icon: 'peer-pay',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'grid',
|
path: 'grid',
|
||||||
@ -660,7 +652,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Business Components',
|
title: 'Business Components',
|
||||||
icon: 'other-pay',
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
path: 'address-edit',
|
path: 'address-edit',
|
||||||
@ -699,6 +690,15 @@ module.exports = {
|
|||||||
title: 'Sku'
|
title: 'Sku'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Deprecated',
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
path: 'switch-cell',
|
||||||
|
title: 'SwitchCell'
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user