mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(lint): automatically fix lint warnings
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<template>
|
||||
<button class="toggle-checkbox"
|
||||
<button
|
||||
class="toggle-checkbox"
|
||||
:class="{checked: isChecked}"
|
||||
@click="isChecked = !isChecked"
|
||||
type="button"
|
||||
:disabled="disabled">
|
||||
:disabled="disabled"
|
||||
@click="isChecked = !isChecked"
|
||||
>
|
||||
{{ text }}
|
||||
</button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user