Quellcode durchsuchen

[FIX] methods in product card

Gogs vor 8 Jahren
Ursprung
Commit
748df755d3
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  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'
             ])