这个HelloWorld的template为什么会有警告啊这个网址第一次还能打开,第二次就打开就是空白页了

刚开始学不太明白这个,这个HelloWorld的template为什么会有警告啊

img


这个网址第一次还能打开,第二次就打开就是空白页了

img

img


// 在文件 jsconfig.json 中
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    },
    "jsx": "preserve" //添加配置
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}



template里面应该需要在包裹一个div,img和HelloWorld写div里面吧