18 lines
484 B
HTML
18 lines
484 B
HTML
<q-expansion-item group="extras" icon="info" label="About MyExtension">
|
|
<q-card>
|
|
<q-card-section>
|
|
<p>
|
|
MyExtension extension is a basic extension that you can use to get started building your own extension
|
|
</p>
|
|
<small
|
|
>Created by
|
|
<a
|
|
class="text-secondary"
|
|
href="https://github.com/benarc"
|
|
target="_blank"
|
|
>Ben Arc</a
|
|
>.</small
|
|
>
|
|
</q-card-section>
|
|
</q-card>
|
|
</q-expansion-item>
|