This repository has been archived on 2021-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
find_coach/src
Andreas Zweili 50f8c33dd4 replace router.push with router.replace
with replace you can't return to the previous page which is what we want after a
form.
2021-06-29 21:59:35 +02:00
..
components emit data from CoachForm 2021-06-29 21:36:34 +02:00
pages replace router.push with router.replace 2021-06-29 21:59:35 +02:00
router return props for the CoachDetails route 2021-06-28 18:23:54 +02:00
store name the hourlyRate correctly 2021-06-29 21:58:27 +02:00
App.vue add styling 2021-06-27 17:21:40 +02:00
CoachesList.vue add dummy content 2021-06-27 16:54:44 +02:00
main.js correct the import path for BaseBadge 2021-06-28 18:08:41 +02:00