You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codemirror component of vue3. This component is developed based on [Codemirror 5](http://codemirror.net/5/) and only vue3 is supported.
12
+
The codemirror component of vue3. This component is developed based on [Codemirror 5](http://codemirror.net/5/) and only
13
+
vue3 is supported.
13
14
14
-
In addition to the officially supported modes, the log output presentation mode is added, out of the box, but not necessarily suitable for all scenarios.
15
+
In addition to the officially supported modes, the log output presentation mode is added, out of the box, but not
16
+
necessarily suitable for all scenarios.
15
17
16
-
For complete documentation and more cases, please check [codemirror-editor-vue3 docs](https://RennZhang.github.io/codemirror-editor-vue3/).
18
+
For complete documentation and more cases, please check
The following events are official events of Codemirror5. You can refer to the official documents for details [Codemirror Event](https://codemirror.net/doc/manual.html#events),You can use this component to bind events directly through components, for example:
163
+
The following events are official events of Codemirror5. You can refer to the official documents for details
164
+
[Codemirror Event](https://codemirror.net/doc/manual.html#events),You can use this component to bind events directly
0 commit comments