mirror of https://github.com/sveltejs/svelte
commit
949dcc5636
@ -0,0 +1,8 @@
|
||||
{
|
||||
"message": "bound values should not be wrapped — use 'foo', not '{{foo}}'",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 19
|
||||
},
|
||||
"pos": 19
|
||||
}
|
@ -0,0 +1 @@
|
||||
<input bind:value='{{foo}}'>
|
Loading…
Reference in new issue