breaking change: rename GoodsAction to ActionBar
This commit is contained in:
+8
-8
@@ -286,6 +286,10 @@ module.exports = {
|
||||
{
|
||||
title: '导航组件',
|
||||
items: [
|
||||
{
|
||||
path: 'action-bar',
|
||||
title: 'ActionBar 动作栏',
|
||||
},
|
||||
{
|
||||
path: 'grid',
|
||||
title: 'Grid 宫格',
|
||||
@@ -347,10 +351,6 @@ module.exports = {
|
||||
path: 'coupon-list',
|
||||
title: 'Coupon 优惠券',
|
||||
},
|
||||
{
|
||||
path: 'goods-action',
|
||||
title: 'GoodsAction 商品导航',
|
||||
},
|
||||
{
|
||||
path: 'submit-bar',
|
||||
title: 'SubmitBar 提交订单栏',
|
||||
@@ -620,6 +620,10 @@ module.exports = {
|
||||
{
|
||||
title: 'Navigation Components',
|
||||
items: [
|
||||
{
|
||||
path: 'action-bar',
|
||||
title: 'ActionBar',
|
||||
},
|
||||
{
|
||||
path: 'grid',
|
||||
title: 'Grid',
|
||||
@@ -681,10 +685,6 @@ module.exports = {
|
||||
path: 'coupon-list',
|
||||
title: 'Coupon',
|
||||
},
|
||||
{
|
||||
path: 'goods-action',
|
||||
title: 'GoodsAction',
|
||||
},
|
||||
{
|
||||
path: 'submit-bar',
|
||||
title: 'SubmitBar',
|
||||
|
||||
Reference in New Issue
Block a user