fix: fix lineNumbers prop
This commit is contained in:
parent
ebf2fcd0f7
commit
87c830f690
@ -6,7 +6,9 @@
|
||||
>
|
||||
<v-live-editor
|
||||
:code="localCode"
|
||||
line-numbers
|
||||
:editor-props="{
|
||||
lineNumbers: true
|
||||
}"
|
||||
@change="handleChange"
|
||||
/>
|
||||
<div class="editor-toolbar">
|
||||
|
Loading…
Reference in New Issue
Block a user