parent
8adf3fe84c
commit
a6c9936280
@ -1,3 +1,4 @@
|
||||
| 问题描述 | 作者 | 记录时间 | 状态 | 解决时间 | 解决方法 |
|
||||
| ------------------------------------------------------------- | ---- | --------- | -------- | --------- | ------------------------------------------------------------------------------ |
|
||||
| perttier 保存时不会自动格式化属性排序、需要执行命令才能格式化 | xwk | 2022.3.23 | _已解决_ | 2022.3.24 | .vscode/settings.json 配置 "editor.codeActionsOnSave": {"source.fixAll": true} |
|
||||
| 问题描述 | 作者 | 记录时间 | 状态 | 解决方法 |
|
||||
| ----------------------------------------------------------------------------------------------- | ---- | --------- | -------- | ------------------------------------------------------------------------------ |
|
||||
| perttier 保存时不会自动格式化属性排序、需要执行命令才能格式化 | xwk | 2022.3.23 | _已解决_ | .vscode/settings.json 配置 "editor.codeActionsOnSave": {"source.fixAll": true} |
|
||||
| [Vue Router warn]: Unexpected error when starting the router: SyntaxError: Unexpected token '<' | xwk | 20223.26 | _已解决_ | script 中使用了 jsx 语法但是 lang 没有定义为 jsx 或者 tsx |
|
||||
|
Loading…
Reference in new issue