react 图片引入

在页面引入

import nb from '@/assets/nb.jpg'

<img src={nb} />

  

原文地址:https://www.cnblogs.com/yetiezhu/p/12830169.html