ifanrx / wxParser-plugin

wxParser for minapp plugin
http://www.ifanr.com/minapp/1009197
216 stars 28 forks source link

不能渲染svg? #45

Open RexHarris opened 3 years ago

RexHarris commented 3 years ago

image

template部分 <wxparser :rich-text="graphCodeImg" />

js部分 async getGraphValidationCode() { const res = await this.$api.common.getGraphCode(); this.graphCodeImg = res.data ? res.data.svg : ''; } graphCodeImg为后端返回的字符串类型的svg元素