Skip to content

Commit 7b537a8

Browse files
committed
test: updated demo app
1 parent 1750794 commit 7b537a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-vue/app/examples/Tabs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default Vue.extend({
6565
</script>
6666

6767
<style>
68-
Tabs.bottom-nav {
68+
MDTabs.bottom-nav {
6969
background-color: orangered;
7070
color: gold;
7171
font-size: 18;
@@ -91,7 +91,7 @@ TabContentItem.third-tabcontent {
9191
background-color: blueviolet;
9292
color: antiquewhite;
9393
}
94-
Tabs TabStrip {
94+
MDTabs TabStrip {
9595
highlight-color: red;
9696
}
9797
</style>

0 commit comments

Comments
 (0)