Remove this.buttonType (not needed).

This commit is contained in:
Bryan 2021-10-27 16:02:15 -04:00
parent 3ad5b0075f
commit 2d1741123b

View file

@ -2,7 +2,7 @@
<button <button
class="btn d-flex align-items-center" class="btn d-flex align-items-center"
v-on:click="showLoader()" v-on:click="showLoader()"
v-bind:class="[this.isLoading ? 'button-loader' : 'not-loading', this.buttonType,]" v-bind:class="[this.isLoading ? 'button-loader' : 'not-loading']"
> >
{{ this.buttonText }} {{ this.buttonText }}
</button> </button>