@@ -84,6 +84,11 @@
this.computeQuantity()
}
+ },
+ itemHeight: {
+ get() {
+ return
+ }
},
watch: {
@@ -129,7 +134,7 @@
console.log(e)
onChange(item) {
- this.itemHeight = this.itemHeight + (item.packs.length * 30)
+ this.itemHeight = 90 + (item.packs.length * 30)
this.$emit('onChange', item)
onClickIncrement() {