var app = new Vue({ el: '#app', data: { //all Vue variables goes in here then you can access them in v-model search: '', songs:[] } })