Update README.md

This commit is contained in:
Frank Rua 2021-11-02 11:23:33 -04:00 committed by GitHub
parent 766ccccdb6
commit 5e027f904f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,6 @@
This Repository is for Fix My Glass front end Vue and documentation associated with it.
#### Routing
We are using [Vue Router](https://next.router.vuejs.org/) 4.x for our front end routing. We our using a runtime dynamic routing solution. Some more information about dynamic routing can be found on the [official Vue Router documentation](https://next.router.vuejs.org/guide/advanced/dynamic-routing.html). Our routing solution is as outlined below:
We are using [Vue Router](https://next.router.vuejs.org/) 4.x for our front end routing. We our using a runtime dynamic routing solution. Some more information about dynamic routing can be found on the [official Vue Router documentation](https://next.router.vuejs.org/guide/advanced/dynamic-routing.html). Our routing solution is as outlined below:
![FixMyGlass - Routing](https://user-images.githubusercontent.com/44780237/139876801-7d5c495a-f361-4234-a8ec-69126a357f80.png)