chore(vue): use g for consistency with Flask
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user