* Start or restart the tutorial
()
| 47 | * Start or restart the tutorial |
| 48 | */ |
| 49 | start() { |
| 50 | this.currentStep = 0; |
| 51 | this.completed = false; |
| 52 | this.saveProgress(); |
| 53 | this.emit('start'); |
| 54 | this.emit('step', this.currentStep); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Go to next step |
no test coverage detected