Explorar o código

[FIX] methods in product card

Gogs %!s(int64=8) %!d(string=hai) anos
pai
achega
748df755d3
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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'
             ])