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 1694862 commit 1fdf979Copy full SHA for 1fdf979
src/components/HomeSideDropDown.vue
@@ -5,6 +5,7 @@
5
<q-card>
6
<q-card-section>
7
<div class="input-container">
8
+ <!--
9
<q-input
10
standout="bg-teal text-white"
11
bottom-slots
@@ -13,10 +14,19 @@
13
14
:dense="dense"
15
class="input-add"
16
>
17
+
18
<template v-slot:append>
19
<q-btn round dense flat icon="add" />
20
</template>
21
</q-input>
22
+ -->
23
+ <q-list bordered separator>
24
+ <q-item clickable v-ripple>
25
+ <q-item-section>Component Name</q-item-section>
26
27
+ </q-item>
28
29
+ </q-list>
30
</div>
31
</q-card-section>
32
</q-card>
0 commit comments