Skip to content

Commit da457b5

Browse files
muronggjuzi214032
authored andcommitted
fix(Counter): 修复 demo 组件链接页面路径出错问题
1 parent dfd9443 commit da457b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pages/navigator/content/config/shop-navi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const shopNaviConfigs = [
77
},
88
{
99
icon: '/images/shopping/count.png',
10-
title: 'CountSelector',
10+
title: 'Counter',
1111
desc: '数量选择器',
12-
componentsPath: '/pages/components/shopping/pages/count-selector/index'
12+
componentsPath: '/pages/components/shopping/pages/counter/index'
1313
},
1414
{
1515
icon: '/images/shopping/count.png',

0 commit comments

Comments
 (0)