[Vue warn]: Cannot find element: #root
来源:4-1 Vue-router之集成

梦海千里渡
2019-04-19
在根目录下创建了index.html, 并创建div#root,
然后在webpack.config.js 中配置
new HTMLPlugin({
template: path.join(__dirname, ‘./index.html’)
})
然后报错,说找不到 #root
写回答
1回答
-
Jokcy
2019-04-20
你看一下请求返回的html内容里面有没有这个节点
00
相似问题