Parcourir la source

[FIX] methods in product card

Gogs il y a 8 ans
Parent
commit
748df755d3
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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'
             ])