Skip to content

Commit e092246

Browse files
authored
修改错别字
修改错别字
1 parent 1831d78 commit e092246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mpvue/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ style 支持的语法:
224224

225225
示例:
226226
``` html
227-
<!-- 在这种嵌套循环的时候, index 和 itemIndex 这种索引是必须指定,且别名不能想同,正确的写法如下 -->
227+
<!-- 在这种嵌套循环的时候, index 和 itemIndex 这种索引是必须指定,且别名不能相同,正确的写法如下 -->
228228
<template>
229229
<ul v-for="(card, index) in list">
230230
<li v-for="(item, itemIndex) in card">

0 commit comments

Comments
 (0)