Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jul 14, 2022
1 parent b5b3042 commit 4e9901d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</nz-tree-view>
</div>
<div class="flex-1 ">
<eo-editor [(code)]="model" editorType="javascript" [eventList]="[ 'format', 'copy', 'search', 'replace']"
<eo-editor [(code)]="code" editorType="javascript" [eventList]="[ 'format', 'copy', 'search', 'replace']"
(codeChange)="handleChange($event)">
</eo-editor>
</div>
Expand Down

0 comments on commit 4e9901d

Please sign in to comment.