remove v-el:keybtn, was removed in vue v2. unnecessary ref anyways

This commit is contained in:
Lee Salminen 2022-08-29 08:49:57 -06:00
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>