var app2 = new Vue({ el: '#app-2', data: { message: 'You this page on ' + new Date().toLocaleString() } })