test/test.js

10 lines
191 B
JavaScript
Raw Permalink Normal View History

2019-01-16 09:12:01 +00:00
var app = new Vue({
el: '#app',
data: {
product: 'Socks',
image: 'https://dl.dropboxusercontent.com/s/9zccs3f0pimj0wj/vmSocks-green-onWhite.jpg?dl=0',
2019-01-16 10:07:19 +00:00
inventory: 100
2019-01-16 09:12:01 +00:00
}
})