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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ This component can handle bidirectional binding by `v-model` like a general Vue
55
55
| gutter | boolean | Display 🔴 on the line where there was an error when `linter` was specified. It will not work if `linter` is not specified. |
56
56
| gutterConfig | Object | see <https://codemirror.net/docs/ref/#lint.lintGutter^config>|
57
57
| tag | string | HTML tags used in the component. (Default is `div` tag.) |
58
+
| scrollIntoView | boolean | Allows an external update to scroll the form. (Default is `true`) |
58
59
59
60
⚠ Notice: `lang` and `linter` can also be set together in `extensions`. These are separated for compatibility with previous versions of CodeMirror settings and for typing props.
60
61
@@ -81,8 +82,8 @@ This component can handle bidirectional binding by `v-model` like a general Vue
0 commit comments