fix: 空值异常

This commit is contained in:
禾几海
2020-10-10 00:25:22 +08:00
parent b63697f717
commit a4fa38deee
3 changed files with 6 additions and 10 deletions

View File

@@ -4,10 +4,6 @@
<button nz-button nzType="primary" id="submit" (click)="articleSubmit()">提交</button>
</div>
<div id="vditor"></div>
<!-- <div id="md" appEditorMd [editormdConfig]="conf" (editorChange)="syncModel($event)">-->
<!-- <textarea style="display: block;" [(ngModel)]="article.mdContent"></textarea>-->
<!-- </div>-->
</div>
<nz-modal [(nzVisible)]="modalVisible" [nzTitle]="title" [nzContent]="content" [nzFooter]="null"