mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
Refactor: Minor code refactoring in accordance with Vue.js best practices (#368)
This commit is contained in:
committed by
Pranav Raj S
parent
17587d8a0c
commit
87fb1adab1
@@ -5,7 +5,7 @@
|
||||
:class="computedClass"
|
||||
@click="onClick"
|
||||
>
|
||||
<i v-if="!!iconClass" :class="iconClass" class="icon"></i>
|
||||
<i v-if="!!iconClass" :class="iconClass" class="icon" />
|
||||
<span>{{ buttonText }}</span>
|
||||
<spinner v-if="loading" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user