Skip to content

Commit 72bb717

Browse files
committed
test: cleanup
1 parent bc66546 commit 72bb717

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

demo-vue/app/examples/BottomSheetInner.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
<!-- <MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="green"> -->
32
<GridLayout id="test1" rows="auto auto" height="300" backgroundColor="yellow">
43
<!-- highlighted in red to demonstrate movement -->
54
<GridLayout id="test2" row="0" backgroundColor="red" verticalAlignment="top">

demo-vue/app/examples/Tabs.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ActionBar :title="title">
44
<NavigationButton text="Back" android.systemIcon="ic_menu_back" @tap="onNavigationButtonTap" />
55
</ActionBar>
6+
67
<MDTabs selectedIndex="1">
78
<!-- The bottom tab UI is created via TabStrip (the containier) and TabStripItem (for each tab)-->
89
<TabStrip>

0 commit comments

Comments
 (0)