Skip to content

Commit 67c1086

Browse files
michalsnikarmano2
authored andcommitted
Remove yield from example code
1 parent 76695d0 commit 67c1086

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/rules/no-async-in-computed-properties.md

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export default {
2121
bar () {
2222
return fetch(url).then(response => {})
2323
},
24-
yiel: function* () {
25-
yield 1
26-
yield* g1()
27-
},
2824
tim () {
2925
setTimeout(() => { }, 0)
3026
},

0 commit comments

Comments
 (0)