const app = Vue.createApp({ data() { return { product: "Socks", image: "./assets/images/socks_blue.jpg", inventory: 100, on_sale: true, }; }, });