index里没有app标签
请问我新安装的main.js里这样去实例化: new Vue({ el: '#app', router, template: '
', components: { App } //注册app组件 }) 之后在index.html没有写<app>标签就可以出来页面是什么原理啊:<body><div id="app">
</div>
<!-- built files will be auto injected -->
</body>
请问我新安装的main.js里这样去实例化: new Vue({ el: '#app', router, template: '
', components: { App } //注册app组件 }) 之后在index.html没有写<app>标签就可以出来页面是什么原理啊:<body>2017-07-31
举报