We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67171f commit 10d68d0Copy full SHA for 10d68d0
app/components/example/multi-drawer/drawers.vue
@@ -20,7 +20,7 @@
20
</StackLayout>
21
<StackLayout slot="right">
22
<Label text="Im in the right drawer" />
23
- <Drawer></Drawer>
+ <Sidebar></Sidebar>
24
25
<StackLayout slot="top">
26
<Label text="Im in the top drawer" />
@@ -36,13 +36,13 @@
36
</template>
37
38
<script>
39
-import Drawer from './drawer';
+import Sidebar from './sidebar';
40
import ActionBarSecond from '../public/action-bar-second';
41
42
export default {
43
components: {
44
ActionBarSecond,
45
- Drawer
+ Sidebar
46
},
47
data() {
48
return {
app/components/example/multi-drawer/drawer.vue renamed to app/components/example/multi-drawer/sidebar.vue
0 commit comments