1
0

Fix lint on toggle

This commit is contained in:
Prospector
2025-02-21 13:22:56 -08:00
parent 4c99e379f2
commit 37ecf75087

View File

@@ -1,8 +1,8 @@
<template>
<input
:id="id"
type="checkbox"
class="switch stylized-toggle"
:id="id"
:disabled="disabled"
:checked="checked"
@change="checked = !checked"