We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e49d1 commit 4e52024Copy full SHA for 4e52024
types/test/index.ts
@@ -35,7 +35,7 @@ const vm2 = new Vue({
35
return {
36
aPlusOne: this.$watchAsObservable('a').pipe(
37
pluck('newValue'),
38
- map((a: number) => a + 1),
+ map(a => (a as number) + 1),
39
)
40
}
41
0 commit comments