mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
chore: clean up
This commit is contained in:
parent
6d0cbd2914
commit
98bc861fab
1 changed files with 0 additions and 5 deletions
|
@ -284,16 +284,11 @@ defineExpose({
|
|||
<div relative flex-1 flex flex-col>
|
||||
<template v-if="settings.editorMode === 'markdown'">
|
||||
<textarea
|
||||
|
||||
ref="textareaEl"
|
||||
v-model="markdown"
|
||||
bg-base font-mono outline-none border-none resize-none
|
||||
:class="editorClass"
|
||||
/>
|
||||
<div text-sm flex="~ gap-1" items-center op50 mb--3 mt-2>
|
||||
<div i-ri:markdown-line />
|
||||
{{ $t('state.markdown_editor') }}
|
||||
</div>
|
||||
</template>
|
||||
<EditorContent
|
||||
v-else
|
||||
|
|
Loading…
Reference in a new issue