Remove this.buttonType (not needed).
This commit is contained in:
parent
3ad5b0075f
commit
2d1741123b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue