Skip to content

Commit 01c4f84

Browse files
committed
docs: remove template
1 parent 13eff80 commit 01c4f84

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 12.18.0

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ This rule disallows to use computed property like method.
1414
<eslint-code-block :rules="{'vue/no-use-computed-property-like-method': ['error']}">
1515

1616
```vue
17-
<template>
18-
<div>
19-
</div>
20-
</template>
21-
2217
<script>
2318
export default {
2419
data() {
@@ -232,11 +227,6 @@ This rule can't check if props is used as array:
232227
<eslint-code-block :rules="{'vue/no-use-computed-property-like-method': ['error']}">
233228

234229
```vue
235-
<template>
236-
<div>
237-
</div>
238-
</template>
239-
240230
<script>
241231
export default {
242232
props: [

0 commit comments

Comments
 (0)