mirror of https://github.com/sveltejs/svelte
add option to disable two-way binding (#54)
parent
971ac63648
commit
5c1f6ff206
@ -0,0 +1,8 @@
|
||||
{
|
||||
"message": "Two-way binding is disabled",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 7
|
||||
},
|
||||
"pos": 7
|
||||
}
|
@ -0,0 +1 @@
|
||||
<input bind:value='name'>
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"bind": false
|
||||
}
|
Loading…
Reference in new issue