为啥vue 这个里面的代码没有样式 都是白色的?

有装eslint啊。。。为啥

在setting.json改成这杨就可以了。。 

{
    "[html]": {
        "editor.defaultFormatter": "HookyQR.beautify"
    },
    "liveServer.settings.donotShowInfoMsg": true,
    "liveServer.settings.ChromeDebuggingAttachment": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "notebook.kernelProviderAssociations": [
    ],
    "files.associations":{
        "*.vue": "html"
    }
   
}

用idea吧