mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
docs: mark panel as deprecated (#6348)
This commit is contained in:
@@ -256,10 +256,6 @@ module.exports = {
|
||||
path: 'notice-bar',
|
||||
title: 'NoticeBar 通知栏',
|
||||
},
|
||||
{
|
||||
path: 'panel',
|
||||
title: 'Panel 面板',
|
||||
},
|
||||
{
|
||||
path: 'progress',
|
||||
title: 'Progress 进度条',
|
||||
@@ -367,6 +363,10 @@ module.exports = {
|
||||
{
|
||||
title: '废弃',
|
||||
items: [
|
||||
{
|
||||
path: 'panel',
|
||||
title: 'Panel 面板',
|
||||
},
|
||||
{
|
||||
path: 'switch-cell',
|
||||
title: 'SwitchCell 开关单元格',
|
||||
@@ -607,10 +607,6 @@ module.exports = {
|
||||
path: 'notice-bar',
|
||||
title: 'NoticeBar',
|
||||
},
|
||||
{
|
||||
path: 'panel',
|
||||
title: 'Panel',
|
||||
},
|
||||
{
|
||||
path: 'progress',
|
||||
title: 'Progress',
|
||||
@@ -718,6 +714,10 @@ module.exports = {
|
||||
{
|
||||
title: 'Deprecated',
|
||||
items: [
|
||||
{
|
||||
path: 'panel',
|
||||
title: 'Panel',
|
||||
},
|
||||
{
|
||||
path: 'switch-cell',
|
||||
title: 'SwitchCell',
|
||||
|
Reference in New Issue
Block a user