123456789101112 |
- const app = new Vue({
- el: "#app",
- data: {
- description: "Chaussettes montantes",
- image: "./assets/img/vmSocks-green-onWhite.jpg",
- inventory: 90,
- link: "https://www.google.com/search?q=vuejs+socks",
- onSale: false,
- product: "Socks",
- }
- });
|