Skip to content

Commit

Permalink
fix(component): 修复一处typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Littly committed May 24, 2019
1 parent b21545f commit b486391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/src/components/tabbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Tabbar extends Nerv.Component {
const patha = splitUrl(url).path
const pathb = splitUrl(pagePath).path
if (patha === pathb) {
idx = foundIndex
foundIndex = idx
}
})
return foundIndex
Expand Down

0 comments on commit b486391

Please sign in to comment.