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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This component can handle bidirectional binding by `v-model` like a general Vue
36
36
| tab | boolean | Enables tab indentation. |
37
37
| theme | { [selector: string]: StyleSpec } | Specify the theme. For example, if you use [@codemirror/theme-one-dark](https://github.com/codemirror/theme-one-dark), import `oneDark` and put it in this prop. |
38
38
| readonly | boolean | Makes the cursor visible or you can drag the text but not edit the value. |
39
-
| disabled | boolean |When this is set to true, it is similar to `readonly`, except that the cursor is not displayed like the normal pre tag. |
39
+
| disabled | boolean |This is the reversed value of the CodeMirror editable. Similar to `readonly`, but setting this value to true disables dragging.|
40
40
| lang | LanguageSupport | The language you want to have syntax highlighting. see <https://codemirror.net/6/#languages>|
41
41
| phrases | Record<string, string>| Specify here if you want to make the displayed character string multilingual. see <https://codemirror.net/6/examples/translate/>|
42
42
| extensions | Extension[]| Includes enhancements to extend CodeMirror. |
0 commit comments