lnurl bug

This commit is contained in:
Ben Arc 2021-04-14 23:23:03 +01:00
parent 7d3ba300e4
commit 0316cf740e

View File

@ -14,14 +14,14 @@
class="fixed-bottom-right"
></video>
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
{% raw %}
<qrcode
style="width: 20%; z-index: 9999"
:value="{{ lnurl }}"
:value="'{{ lnurl }}'"
:options="{width:150}"
class="rounded-borders fixed-top-right"
></qrcode>
{% endraw %}
<q-btn
color="primary"
@click="reconnect"