为什么editor实例必须是使用shallowRef
#5106
-
|
有个疑问想请教一下,为什么 const editorRef = shallowRef<null | IDomEditor>(null) // editor 实例,必须用 shallowRef |
Beta Was this translation helpful? Give feedback.
Answered by
wangfupeng1988
Nov 24, 2022
Replies: 2 comments 5 replies
-
|
首先,你代码能顺利运行起来吧? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
QC2168
-
|
记录一下,使用 修改回 |
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
首先,你代码能顺利运行起来吧?