0

当我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默认设置的插件。

4

0 回答 0