mirror of https://github.com/sveltejs/svelte
commit
516f8c8b8d
@ -1,3 +1,5 @@
|
||||
export default {
|
||||
dev: true
|
||||
compileOptions: {
|
||||
dev: true
|
||||
}
|
||||
};
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"code": "binding-disabled",
|
||||
"message": "Two-way binding is disabled",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 7,
|
||||
"character": 7
|
||||
},
|
||||
"pos": 7
|
||||
}
|
@ -1 +0,0 @@
|
||||
<input bind:value={name}>
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"bind": false
|
||||
}
|
Loading…
Reference in new issue