[Vue warn]: Cannot find element: #app
【相关推荐】
<div id="app"> <p>{{a}}</p> </div> var app = new Vue({ el: '#app', data: { a:1, }, });