diff --git a/src/v2/guide/list.md b/src/v2/guide/list.md index 0f2e3aa3e8..e1a9622b01 100644 --- a/src/v2/guide/list.md +++ b/src/v2/guide/list.md @@ -383,13 +383,15 @@ computed: { In situations where computed properties are not feasible (e.g. inside nested `v-for` loops), you can use a method: -``` html -