dumb lint
This commit is contained in:
parent
b0a0560dbd
commit
1584e087f2
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
||||||
class="fa-scale-110"
|
class="fa-scale-110"
|
||||||
:icon="button.icon(funcArg)"
|
:icon="button.icon(funcArg)"
|
||||||
:spin="!extra && button.animated?.() && animationState"
|
:spin="!extra && button.animated?.() && animationState"
|
||||||
style="--fa-animation-duration: 750ms;"
|
style="
|
||||||
|
|
||||||
|
--fa-animation-duration: 750ms;"
|
||||||
fixed-width
|
fixed-width
|
||||||
/>
|
/>
|
||||||
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">
|
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">
|
||||||
|
|
Loading…
Add table
Reference in a new issue