在vue3中如何获取到editor? #433
humandetail
started this conversation in
General
Replies: 4 comments 1 reply
-
我也没获取到 |
Beta Was this translation helpful? Give feedback.
1 reply
-
我参考 一个日本人的例子 实现了功能,尽管看起来和demo代码差不多 |
Beta Was this translation helpful? Give feedback.
0 replies
-
试试这样? |
Beta Was this translation helpful? Give feedback.
0 replies
-
在 参考 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我通过
editorRef.value.get()
获取出来的是个undefined;通过editorRef.value.dom()
却能获取出来正常的DOM浏览器输出如下:

Beta Was this translation helpful? Give feedback.
All reactions