当我Format Document
在 VS Code 中处理 HTML 时,它会像这样出错。
<div>
<div>
<label>Icon</label
><input type="file" (change)="fileUpload($event, 'icon')" />
</div>
</div>
<button (click)="onClickSaveLibrary()">Save</button>
</div>
</label
我想知道为什么它在和之间分开>
。让它们连接起来不是很明显吗?必须更改哪些选项才能解决此问题?
我正在使用Prettier - Code formatter
默认设置的插件。