vue的v-for能不能对object处理?

我需要把object

{   "tube1":[
       {"msg": "hello"},
       {"msg": "world"},
   ],   "tube2":[
       {"msg": "hello2"},
       {"msg": "world2"},
   ],   "tube3":[
       {"msg": "hello3"},
       {"msg": "world3"},
   ]
}

展示出来,貌似v-for只对array有效,我该怎么做?


Smart猫小萌
浏览 1420回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript