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>
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Buttons from "./Buttons/Buttons.vue";
|
||||
|
||||
const selectedButton: "game" | "pictochat" | "downloadPlay" = "game";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user