mirror of https://github.com/sveltejs/svelte
parent
6ff02b263e
commit
aaab6853ce
@ -1 +1 @@
|
|||||||
<input on:input='store.setName(this.value)'>
|
<input on:input='$setName(this.value)'>
|
@ -0,0 +1 @@
|
|||||||
|
<button on:click="store.set({ foo: 'bar' })">click me</button>
|
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"code": "invalid-callee",
|
||||||
|
"message": "'store.set' is an invalid callee (did you mean '$set(...)'?)",
|
||||||
|
"pos": 18,
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 18,
|
||||||
|
"character": 18
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 43,
|
||||||
|
"character": 43
|
||||||
|
}
|
||||||
|
}]
|
Loading…
Reference in new issue