Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html视频标签渲染错误 #4

Closed
ztyangt opened this issue Dec 15, 2023 · 0 comments
Closed

html视频标签渲染错误 #4

ztyangt opened this issue Dec 15, 2023 · 0 comments

Comments

@ztyangt
Copy link

ztyangt commented Dec 15, 2023

  1. 版本 1.0.0-beta.9
  2. 代码:
onMounted(() => {
 aiEditor = new AiEditor({
   theme: isDark.value ? 'dark' : 'light',
   element: editorRef.value as Element,
   placeholder: '点击输入内容...',
   content:
     '<video controls="true" poster="" width="350"><source src="http://127.0.0.1:5020/storage/2023-12/15/1702605335727.mp4"></video>'
 })

})
  1. 渲染结果,视频src为null:
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants