Pārlūkot izejas kodu

[FIX] methods in product card

Gogs 8 gadi atpakaļ
vecāks
revīzija
748df755d3
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      src/components/ProductCard.vue

+ 0 - 3
src/components/ProductCard.vue

@@ -44,9 +44,6 @@
             getPrice() {
                 return accounting.formatMoney(this.item.list_price, this.symbol, this.decimals, this.separator, ',')
             },
-            selectVariant() {
-                this.$modal.show('variant-selector')
-            },
             ...mapActions([
                 'selectProduct'
             ])