Skip to content

Commit 1fdf979

Browse files
committed
changed component button template
1 parent 1694862 commit 1fdf979

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/HomeSideDropDown.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<q-card>
66
<q-card-section>
77
<div class="input-container">
8+
<!--
89
<q-input
910
standout="bg-teal text-white"
1011
bottom-slots
@@ -13,10 +14,19 @@
1314
:dense="dense"
1415
class="input-add"
1516
>
17+
1618
<template v-slot:append>
1719
<q-btn round dense flat icon="add" />
1820
</template>
1921
</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>
2030
</div>
2131
</q-card-section>
2232
</q-card>

0 commit comments

Comments
 (0)