(v)
| 667 | }, { |
| 668 | setterMethods: { |
| 669 | price1(v) { this.setDataValue('price1', v * 100); } |
| 670 | }, |
| 671 | getterMethods: { |
| 672 | price2() { return `$${this.getDataValue('price2')}`;} |
nothing calls this directly
no test coverage detected
searching dependent graphs…