arco-design-vue
arco-design-vue copied to clipboard
希望 Image 组件在 SSR 环境下能够渲染带有 src 属性的 img 元素
- [x] I'm sure this does not appear in the issue list of the repository
基本信息

一次调试过程中发现 Image 组件渲染的 img 元素是不携带 src 属性的,SSR 的目的主要也是为了 SEO,如果 img 元素没有 src 属性的话会导致爬虫收录时爬取不到文章封面。
现有案例
预期解决问题
发现一个更致命的问题:服务端渲染环境,Image 组件在移动端出现异常(不渲染),PC端调试没问题。