chore: eslint setup
This commit is contained in:
@@ -11,7 +11,7 @@ const showStats = ref(false);
|
||||
}"
|
||||
>
|
||||
<div :style="{ display: 'flex', alignItems: 'center', gap: '4px' }">
|
||||
<input id="statsCheckbox" type="checkbox" v-model="showStats" />
|
||||
<input id="statsCheckbox" v-model="showStats" type="checkbox" />
|
||||
<label for="statsCheckbox">Stats</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user