changed name to myextension
This commit is contained in:
parent
ba7e11e30d
commit
0711f583d6
16 changed files with 221 additions and 225 deletions
18
templates/myextension/_myextension.html
Normal file
18
templates/myextension/_myextension.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue