Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用<img/>. 好像它不起作用。这个问题的任何解决方法?<img src="./assets/icon.svg" alt="Icon">.
<img/>
<img src="./assets/icon.svg" alt="Icon">
目前没有直接的解决方法。UI API 中缺乏 SVG 支持在文档中被列为已知问题。
现在,您需要使用另一种图像格式。