lint refuses to cooperate
This commit is contained in:
parent
7b6bef1b1a
commit
085788f637
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@
|
||||||
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="
|
:style="'--fa-animation-duration: 750ms'"
|
||||||
--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