Skip to content

Commit 7ce7a03

Browse files
committed
docs: fix docs
1 parent 969120a commit 7ce7a03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ This rule disallows to use computed property like method.
225225
</script>
226226
```
227227

228-
This rule can't check if props is used as array:
229228
</eslint-code-block>
229+
230+
This rule can't check if props is used as array:
231+
230232
<eslint-code-block :rules="{'vue/no-use-computed-property-like-method': ['error']}">
231233

232234
```vue

0 commit comments

Comments
 (0)