feat: add install details
This commit is contained in:
@@ -176,10 +176,16 @@
|
|||||||
>
|
>
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<h5 class="text-caption q-mt-sm q-mb-none">Headers</h5>
|
<q-btn type="a" color="primary unelevated mt-lg pt-lg"
|
||||||
|
>Install</q-btn
|
||||||
|
>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
<q-separator></q-separator>
|
||||||
</q-expansion-item>
|
<div
|
||||||
|
v-if="selectedExtension.details"
|
||||||
|
v-html="selectedExtension.details"
|
||||||
|
></div> </q-card
|
||||||
|
></q-expansion-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user