为了账号安全,请及时绑定邮箱和手机立即绑定

急!vue中如何根据type循环出想要的数组!!

急!vue中如何根据type循环出想要的数组!!

郎朗坤 2019-03-01 21:06:11
我现在遍历出来一个数组长度为五十几 这里面有题目说明 题干 还要答案 字段里面有type可以根据不同type来判断出 但是现在的问题就是我怎么按一个题一个题的循环出来啊
查看完整描述

2 回答

?
开心每一天1111

TA贡献1836条经验 获得超13个赞

timus 是你的存放题目的变量。

<template>
    <div v-for="(timu, index) in timus" :key="index">
      <template v-if="timu.type === 1">
        <div>
          type 等于 1的 显示这里        </div>
      </template>
      
      <template v-if="timu.type === 2">
        <div>
          type 等于 2的 显示这里        </div>
      </template>
      
    </div></template>


查看完整回答
反对 回复 2019-03-01
  • 2 回答
  • 0 关注
  • 978 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信