diff --git a/src/v2/guide/list.md b/src/v2/guide/list.md index e1a9622b01..010ab4ee9e 100644 --- a/src/v2/guide/list.md +++ b/src/v2/guide/list.md @@ -13,7 +13,7 @@ We can use the `v-for` directive to render a list of items based on an array. Th ``` html @@ -35,7 +35,7 @@ Result: {% raw %}