refactor: lint检查

This commit is contained in:
禾几海
2020-10-07 23:45:53 +08:00
parent 410013779e
commit 322c52ce86
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<button nz-button nzType="primary" id="submit" (click)="articleSubmit()">提交</button>
</div>
<div id="md" appEditorMd [editormdConfig]="conf" (onEditorChange)="syncModel($event)">
<div id="md" appEditorMd [editormdConfig]="conf" (editorChange)="syncModel($event)">
<textarea style="display: block;" [(ngModel)]="article.mdContent"></textarea>
</div>
</div>
@@ -22,4 +22,4 @@
</c-publish-form>
</ng-template>
</nz-modal>
</nz-modal>