Now when we stop parking it just disappears from the active parking list. This was planned to separate parking orders into active
and history
categories so they don't get in the way of each other and are more convenient.
Let's implement the parking history list in this lesson.
1. Extend Store
Extend parking store src/stores/parking.js
...