mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
fix eslint
This commit is contained in:
parent
bdb4b80595
commit
f0f2b76183
@ -314,8 +314,8 @@ describe('Directive v-for', () => {
|
||||
const vm = new Vue({
|
||||
data: {
|
||||
items: [
|
||||
{ items: [{a: 1}, {a: 2}], a: 1 },
|
||||
{ items: [{a: 3}, {a: 4}], a: 2 }
|
||||
{ items: [{ a: 1 }, { a: 2 }], a: 1 },
|
||||
{ items: [{ a: 3 }, { a: 4 }], a: 2 }
|
||||
]
|
||||
},
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user