computed: { products(){ return this.$store.getters.getProducts; }, prodcutImage(){ return this.$store.getters.getProductImage; }