lnurl bug
This commit is contained in:
parent
7d3ba300e4
commit
0316cf740e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,14 +14,14 @@
|
||||||
class="fixed-bottom-right"
|
class="fixed-bottom-right"
|
||||||
></video>
|
></video>
|
||||||
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
||||||
{% raw %}
|
|
||||||
<qrcode
|
<qrcode
|
||||||
style="width: 20%; z-index: 9999"
|
style="width: 20%; z-index: 9999"
|
||||||
:value="{{ lnurl }}"
|
:value="'{{ lnurl }}'"
|
||||||
:options="{width:150}"
|
:options="{width:150}"
|
||||||
class="rounded-borders fixed-top-right"
|
class="rounded-borders fixed-top-right"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
{% endraw %}
|
|
||||||
<q-btn
|
<q-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="reconnect"
|
@click="reconnect"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue