Showing
1 changed file
with
3 additions
and
0 deletions
@@ -160,6 +160,9 @@ export default { | @@ -160,6 +160,9 @@ export default { | ||
160 | 160 | ||
161 | activated() { | 161 | activated() { |
162 | this.isActive = true; | 162 | this.isActive = true; |
163 | + if (this.inputPrice) { | ||
164 | + this.computePrice(); | ||
165 | + } | ||
163 | }, | 166 | }, |
164 | deactivated() { | 167 | deactivated() { |
165 | this.isActive = false; | 168 | this.isActive = false; |
-
Please register or login to post a comment