update
This commit is contained in:
@@ -45,7 +45,7 @@ const lang = computed(() => {
|
|||||||
<Codemirror
|
<Codemirror
|
||||||
v-model="code"
|
v-model="code"
|
||||||
indentWithTab
|
indentWithTab
|
||||||
:extensions="[EditorView.lineWrapping, styleTheme, lang, githubLight]"
|
:extensions="[styleTheme, lang, githubLight]"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
:style="{ height: '100%', fontSize: props.fontSize + 'px' }"
|
:style="{ height: '100%', fontSize: props.fontSize + 'px' }"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user