mirror of https://github.com/sveltejs/svelte
parent
d561c93841
commit
4b87d20b93
@ -1,8 +0,0 @@
|
|||||||
[{
|
|
||||||
"message": "Computed should be pure functions — they do not have access to the component instance and cannot use 'this'. Did you mean to put this in 'methods'?",
|
|
||||||
"pos": 83,
|
|
||||||
"loc": {
|
|
||||||
"line": 7,
|
|
||||||
"column": 4
|
|
||||||
}
|
|
||||||
}]
|
|
@ -1,8 +0,0 @@
|
|||||||
[{
|
|
||||||
"message": "Cannot use this.get(...) — it must be passed into the computed function as an argument",
|
|
||||||
"pos": 73,
|
|
||||||
"loc": {
|
|
||||||
"line": 7,
|
|
||||||
"column": 11
|
|
||||||
}
|
|
||||||
}]
|
|
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "Computed properties should be pure functions — they do not have access to the component instance and cannot use 'this'. Did you mean to put this in 'methods'?",
|
||||||
|
"pos": 83,
|
||||||
|
"loc": {
|
||||||
|
"line": 7,
|
||||||
|
"column": 4
|
||||||
|
}
|
||||||
|
}]
|
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "Cannot use this.get(...) — values must be passed into the function as arguments",
|
||||||
|
"pos": 73,
|
||||||
|
"loc": {
|
||||||
|
"line": 7,
|
||||||
|
"column": 11
|
||||||
|
}
|
||||||
|
}]
|
Loading…
Reference in new issue