问题描述
我正在尝试在引导程序 popover
中显示 svg 图标。但它不起作用。虽然图像工作正常。为什么它不起作用以及如何使它起作用?
Here's my HTML:
<a tabindex="0"
class="small mx-3 content-popover"
data-toggle="popover"
data-html="true"
data-placement="bottom"
data-trigger="focus"
title="SVG inside popup"
data-content='
<svg width="50" height="50"><circle r="20" cx="25" cy="25" style="fill: blue"/></svg>'>POPUP</a>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)