chore(vue): use g for consistency with Flask

This commit is contained in:
Eneko Illarramendi
2020-04-03 22:38:50 +02:00
parent d0b44eada9
commit a81de95f73
5 changed files with 18 additions and 18 deletions
@@ -18,8 +18,8 @@
</q-item>
</q-list>
<q-separator class="q-my-lg"></q-separator>
<p>A magical "w" is always available, with info about the user, wallets and extensions:</p>
<code class="text-caption">{% raw %}{{ w }}{% endraw %}</code>
<p>A magical "g" is always available, with info about the user, wallets and extensions:</p>
<code class="text-caption">{% raw %}{{ g }}{% endraw %}</code>
</q-card-section>
</q-card>
{% endblock %}