mirror of https://github.com/sveltejs/svelte
add option to disable two-way binding (#54)
parent
8b5dba9f4a
commit
20962f9d82
@ -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