Open kagol opened 3 months ago
latest
可复现代码:
<template> <div> <tiny-fluent-editor v-model="value" :data-type="false" :data-upgrade="false"></tiny-fluent-editor> 内容:<br /> {{ value }} </div> </template> <script setup> import { ref } from 'vue' import { TinyFluentEditor } from '@opentiny/vue' const value = ref('<p>Hello <strong>FluentEditor</strong>!<img src="https://res.hc-cdn.com/tiny-vue-web-doc/3.18.0.20240821112032/static/images/mountain.png" data-image-id="img0" devui-editorx-image="true" style="vertical-align: baseline;"></p>') </script>
No response
Wiki系统
Bot detected the issue body's language is not English, translate it automatically. Title: 🐛 [Bug]: Fluent Editor rich text cannot backfill image src in html content
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: Fluent Editor rich text cannot backfill image src in html content
Version
latest
Vue Version
latest
Link to minimal reproduction
最小可复现Demo(点击展开,复制里面的链接,在浏览器地址栏打开)
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