刚开始学不太明白这个,这个HelloWorld的template为什么会有警告啊
// 在文件 jsconfig.json 中
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"jsx": "preserve" //添加配置
},
"exclude": [
"node_modules",
"dist"
]
}
template里面应该需要在包裹一个div,img和HelloWorld写div里面吧