refactor: lint检查
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user