var app = new Vue({ el: '#app', data: { product: 'Socks', image: 'https://dl.dropboxusercontent.com/s/9zccs3f0pimj0wj/vmSocks-green-onWhite.jpg?dl=0', inventory: 100 } })