Why does jsx code formatting not correctly

后端 未结 6 1361
说谎
说谎 2020-12-14 16:31

vscode is my favorite editor, I have a code formatting problem with it. Here is my jsx code:



        
6条回答
  •  借酒劲吻你
    2020-12-14 16:50

    Alternatively to Beautify and the workaround that you should do, you can use instead rc-beautify vscode extension. Install it, CTRL+B to format JS, JSX code.

提交回复
热议问题