tsx中遍历怎么写?
slots: {
  default: () => {
    return (
      <div class="pic">
        {leftImg.value.map((item, index) => (
          <ElImage
            onClick={() => hitPic(index)}
            style={{
              height: 'auto',
              width: '250px',
              margin: '0 5px',
              border: selectPic.value === index ? '1px dashed #a8b1c5' : 'none'
            }}
            fit="fill"
            src={item}
          />
        ))}
      </div>
    )
  }
}


复制内容


评论


乖,登录后才可以留言! 登录

Copyright © 2020-2023 春藤技术,春藤建站 All Rights Reserved
备案号:豫ICP备20020705号 公网安备 51LA统计