【发布时间】:2017-02-02 20:39:45
【问题描述】:
我一直在我的 vuejs 应用程序上收到此警告,我不知道在哪里以及为什么:
build.js:9371 [Vue warn]: Attribute "id" is ignored on component <div> because the component is a fragment instance
我正在使用 vue-router,带有 index.html:
<body>
<div id="app"></div>
</body>
【问题讨论】:
标签: vue.js vue-resource vue-router