今天在使用vue框架搭建环境时,遇到这个错误提示: [Vue warn]: Attribute "id" is ignored on component <div> because the component is a fragment instanc 这个提示的原因是使用 vue-router 和 vue-loader 插件的时候在最外面那个 template 里面,所有内容的外面没有使用一个div包起来. 如果没有使用div或者其他的元素包起来,vue-router 跳
感谢:https://blog.csdn.net/qq_35624642/article/details/78243413 index.html <body> <div id="app"></div> <!-- built files will be auto injected --> </body> App.vue <template> <div id="app"> <h1