我需要把object{ "tube1":[
{"msg": "hello"},
{"msg": "world"},
], "tube2":[
{"msg": "hello2"},
{"msg": "world2"},
], "tube3":[
{"msg": "hello3"},
{"msg": "world3"},
]
}展示出來,貌似v-for只對array有效,我該怎么做?
vue的v-for能不能對object處理?
Smart貓小萌
2018-10-20 18:10:06