Skip to content

Commit

Permalink
feat(TabBar): 修复页面json文件描述的路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
smileShirmy committed Jul 13, 2023
1 parent 406b4a9 commit 046568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/component/nav/tab-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ title: 导航栏 TabBar
// 页面 json 文件
{
"usingComponents":{
"l-tab-bar":"/miniprogram_npm/tab-bar/index"
"l-tab-bar":"/miniprogram_npm/lin-ui/tab-bar/index"
}
}
```
Expand Down

0 comments on commit 046568e

Please sign in to comment.