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