Fix typo in comment (#1694)
parent
48a3cb8995
commit
25640b1798
|
@ -138,7 +138,7 @@ export default {
|
|||
found.push(i)
|
||||
}
|
||||
}
|
||||
return found // return array with mathced indexes
|
||||
return found // return array with matched indexes
|
||||
},
|
||||
renderExternal (vl, vlData) {
|
||||
this.vlData = vlData
|
||||
|
|
Loading…
Reference in New Issue