vscode 关联 vue文件为html

vue

{

"editor.fontSize": 18,

"files.associations":{

"*.vue": "html"

},

"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"

}

以上是 vscode 关联 vue文件为html 的全部内容, 来源链接: utcz.com/z/380061.html

回到顶部