fix: fix lineNumbers prop

This commit is contained in:
Justineo 2021-11-22 11:21:45 +08:00 committed by GU Yiling
parent ebf2fcd0f7
commit 87c830f690

View File

@ -6,7 +6,9 @@
> >
<v-live-editor <v-live-editor
:code="localCode" :code="localCode"
line-numbers :editor-props="{
lineNumbers: true
}"
@change="handleChange" @change="handleChange"
/> />
<div class="editor-toolbar"> <div class="editor-toolbar">