mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
Quantity: rename to Stepper
This commit is contained in:
@@ -60,16 +60,12 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
"path": "/card",
|
||||
"title": "Card 图文组件"
|
||||
"title": "Card 图文"
|
||||
},
|
||||
{
|
||||
"path": "/cell",
|
||||
"title": "Cell 单元格"
|
||||
},
|
||||
{
|
||||
"path": "/cell-swipe",
|
||||
"title": "CellSwipe 滑动单元格"
|
||||
},
|
||||
{
|
||||
"path": "/icon",
|
||||
"title": "Icon 图标"
|
||||
@@ -96,15 +92,15 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
"path": "/popup",
|
||||
"title": "Popup 弹出菜单"
|
||||
"title": "Popup 弹出层"
|
||||
},
|
||||
{
|
||||
"path": "/progress",
|
||||
"title": "Progress 进度条"
|
||||
},
|
||||
{
|
||||
"path": "/quantity",
|
||||
"title": "Quantity 数量选择"
|
||||
"path": "/stepper",
|
||||
"title": "Stepper 步进器"
|
||||
},
|
||||
{
|
||||
"path": "/steps",
|
||||
@@ -189,6 +185,10 @@ module.exports = {
|
||||
{
|
||||
"groupName": "高阶组件",
|
||||
"list": [
|
||||
{
|
||||
"path": "/cell-swipe",
|
||||
"title": "CellSwipe 滑动单元格"
|
||||
},
|
||||
{
|
||||
"path": "/switch-cell",
|
||||
"title": "SwitchCell 开关单元格"
|
||||
@@ -204,7 +204,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
"path": "/deep-select",
|
||||
"title": "DeepSelect 分类选择组件"
|
||||
"title": "DeepSelect 分类选择"
|
||||
},
|
||||
{
|
||||
"path": "/goods-action",
|
||||
|
Reference in New Issue
Block a user