diff --git a/ui/src/components/codemirror-editor/index.vue b/ui/src/components/codemirror-editor/index.vue index 52fc72367b8..99829f8b731 100644 --- a/ui/src/components/codemirror-editor/index.vue +++ b/ui/src/components/codemirror-editor/index.vue @@ -7,7 +7,7 @@ :style="codemirrorStyle" :tab-size="4" :autofocus="true" - v-bind="$attrs" + v-bind="editorAttrs" />