Skip to content

Commit

Permalink
fix:修复TabBar demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nealyang committed Feb 19, 2019
1 parent 1ee2901 commit b63700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/components/Bar/TabBar/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _DemoState extends State<Demo> {
Widget build(BuildContext context) {
return WidgetDemo(
title: 'TabBar',
codeUrl: 'components/Bar/TabBar/index.dart',
codeUrl: 'components/Bar/TabBar/demo.dart',
contentList: [
_Text0,
TabBarDemo()
Expand Down

0 comments on commit b63700a

Please sign in to comment.