Skip to content

Commit

Permalink
fix(examples): tabs-routable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Oct 10, 2017
1 parent 46e6737 commit 84e8503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/pages/tabs-routable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="tab3/" class="tab-link" data-route-tab-id="tab3">Tab 3</a>
</div>
</div>
<div class="tabs">
<div class="tabs tabs-routable">
<div class="page-content tab" id="tab1"></div>
<div class="page-content tab" id="tab2"></div>
<div class="page-content tab" id="tab3"></div>
Expand Down

0 comments on commit 84e8503

Please sign in to comment.