Skip to content

Commit 9c54158

Browse files
committed
docs: fix docs
1 parent 01c4f84 commit 9c54158

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/rules/no-use-computed-property-like-method.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ This rule disallows to use computed property like method.
126126
computedReturnMethodsReturnBoolean() {
127127
return this.methodsReturnBoolean
128128
}
129+
computedReturnMethodsReturnFunction() {
130+
return this.methodsReturnFunction
131+
}
129132
130133
},
131134
methods: {

0 commit comments

Comments
 (0)