[skip ci] enable vscode.editor.formatOnType

This commit is contained in:
Xwite 2024-10-14 22:12:50 +08:00
parent 046d3ca7fd
commit b326d2a3c0
2 changed files with 4 additions and 4 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"editor.formatOnType": true
}

View File

@ -59,10 +59,7 @@
@click="customFontSavePopVisible = false"
>取消</el-button
>
<el-button
type="primary"
size="small"
@click="setCustomFont()"
<el-button type="primary" size="small" @click="setCustomFont()"
>确定</el-button
>
<el-button type="primary" size="small" @click="loadFontFromURL()"