mirror of https://github.com/sveltejs/svelte
parent
a2fd36f86c
commit
5e042c4c8e
@ -0,0 +1,8 @@
|
||||
[{
|
||||
"message": "'checked' binding can only be used with <input type=\"checkbox\">",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 7
|
||||
},
|
||||
"pos": 7
|
||||
}]
|
@ -0,0 +1 @@
|
||||
<input bind:checked='foo'>
|
Loading…
Reference in new issue