Skip to content

Commit 10d68d0

Browse files
committed
update Sidebar
1 parent c67171f commit 10d68d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/example/multi-drawer/drawers.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</StackLayout>
2121
<StackLayout slot="right">
2222
<Label text="Im in the right drawer" />
23-
<Drawer></Drawer>
23+
<Sidebar></Sidebar>
2424
</StackLayout>
2525
<StackLayout slot="top">
2626
<Label text="Im in the top drawer" />
@@ -36,13 +36,13 @@
3636
</template>
3737

3838
<script>
39-
import Drawer from './drawer';
39+
import Sidebar from './sidebar';
4040
import ActionBarSecond from '../public/action-bar-second';
4141
4242
export default {
4343
components: {
4444
ActionBarSecond,
45-
Drawer
45+
Sidebar
4646
},
4747
data() {
4848
return {

0 commit comments

Comments
 (0)