mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-03 00:00:18 +02:00
remove v-el:keybtn, was removed in vue v2. unnecessary ref anyways
This commit is contained in:
parent
51f9166744
commit
b7c7b28dfc
@ -188,8 +188,7 @@
|
||||
<q-input filled dense v-model.number="cardDialog.data.counter" type="number" label="Initial counter">
|
||||
<q-tooltip class="bg-grey-8" anchor="bottom left" self="top left">Zero if you don't know.</q-tooltip>
|
||||
</q-input>
|
||||
<q-btn unelevated color="primary" class="q-ml-auto" v-on:click="generateKeys" v-on:click.right="debugKeys"
|
||||
v-el:keybtn>Generate keys</q-btn>
|
||||
<q-btn unelevated color="primary" class="q-ml-auto" v-on:click="generateKeys" v-on:click.right="debugKeys">Generate keys</q-btn>
|
||||
</div>
|
||||
<div class="row q-mt-lg">
|
||||
<q-btn v-if="cardDialog.data.id" unelevated color="primary" type="submit">Update Card</q-btn>
|
||||
|
Loading…
x
Reference in New Issue
Block a user