@@ -59,6 +59,7 @@
},
mounted() {
this.$set(this.item, 'qty', 1)
+ this.$set(this.item, 'discount', 0)
}
</script>