1
0
Fork 0

Enhance registerClientRoute documentation:

Adding the path on which routes created with registerClientRoute are
available.
This commit is contained in:
John Livingston 2023-08-08 13:45:53 +02:00 committed by Chocobozzz
parent cb78deba47
commit e6c12444aa

View file

@ -870,6 +870,7 @@ function register ({ registerClientRoute }) {
} }
``` ```
You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path).
### Publishing ### Publishing