v-html里的内容添加样式

1.【template】

<div class="foo">
     <div v-html="myHtml"></div>
</div>

2.【style】

.foo >>> img { max-width: 100%; }

猜你喜欢

转载自blog.csdn.net/weixin_43837268/article/details/85088562