breaking change: rename GoodsAction to ActionBar

This commit is contained in:
chenjiahan
2020-08-20 11:54:04 +08:00
parent 1ad76a8aa3
commit fc825d7a33
22 changed files with 315 additions and 317 deletions
+8 -8
View File
@@ -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',