You've already forked AstralRinth
forked from didirus/AstralRinth
Fix lint on toggle
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<input
|
||||
:id="id"
|
||||
type="checkbox"
|
||||
class="switch stylized-toggle"
|
||||
:id="id"
|
||||
:disabled="disabled"
|
||||
:checked="checked"
|
||||
@change="checked = !checked"
|
||||
|
||||
Reference in New Issue
Block a user