简体   繁体   English

来自 nuxt 3 中 static 文件夹的图像不显示

[英]images from static folder in nuxt 3 doesn't show

I'm using Nuxt 3我正在使用 Nuxt 3

and this is directories structure这是目录结构

在此处输入图像描述

images are loaded like this图像是这样加载的

<img src="/images/index/pic-left.svg" />

I've also tried (start without / )我也试过(没有/开始)

<img src="images/index/pic-left.svg"  />

and it didn't worked again并且它没有再次工作

What's the problem?有什么问题?

In Nuxt3 , the directory is now public and not static . 在 Nuxt3中,该目录现在是public的,而不是static

So it should be /images/index/pic-left.svg .所以它应该是/images/index/pic-left.svg

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM