opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.66k stars 264 forks source link

🐛 [Bug]: 接口返回完整数据后,回显富文本时:1.超链接没有跳转功能;2.图片不能正常显示 #2141

Closed kagol closed 2 weeks ago

kagol commented 1 month ago

Version

latest

Vue Version

latest

Link to minimal reproduction

接口返回完整数据后,回显富文本时:

1.超链接没有跳转功能; 2.图片不能正常显示;

相关代码:

<tiny-fluent-editor v-model="articleContent" :data-type="false" :data-upgrade="false" />
    <p>
      <strong style="background-color: initial; color: rgb(24, 144, 255); font-size: 12px;"><a
        class="ql-normal-link"
        href="https://opentiny.github.io/fluent-editor"
        target="_blank"
      >Fluent Editor</a></strong>
    </p>
    <p><br></p>

Step to reproduce

同上

What is expected

No response

What is actually happening

No response

What is your project name

Wiki

Any additional comments (optional)

No response

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: After the interface returns complete data, when rich text is echoed: 1. The hyperlink does not have a jump function; 2. The picture cannot be displayed normally.

kagol commented 2 weeks ago

Fixed on #2142