Skip to content

Commit 1bf4628

Browse files
chipit24sdras
authored andcommitted
Update v-for list example (#1628)
* Add presentation role to style-only li item
1 parent aa3a92e commit 1bf4628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Similar to template `v-if`, you can also use a `<template>` tag with `v-for` to
432432
<ul>
433433
<template v-for="item in items">
434434
<li>{{ item.msg }}</li>
435-
<li class="divider"></li>
435+
<li class="divider" role="presentation"></li>
436436
</template>
437437
</ul>
438438
```

0 commit comments

Comments
 (0)