<u-parse :html="content" @linkpress="linktap"></u-parse>
content: `<p>露从今夜白,月是故乡明</p>
<img src="https://cdn.uviewui.com/uview/swiper/2.jpg" />
<a href="https://www.junxiaochen.com">君笑尘博客</a>
`,
linktap(e){
e.ignore();
this.$u.vuex("vuex_webview", e.href);
this.$u.route("pages/webview/webview")
},
uni-app开发的小程序项目需要u-parse解析富文本,是否支持小程序内的跳转,或者跳到其他小程序
domain 这个参数需要如何配置呢
本人对uni-app还不是很熟徐,请大佬指教
这是小程序的限制吧,你在小程序里面配一下