Enhance registerClientRoute documentation:

Adding the path on which routes created with registerClientRoute are
available.
pull/5917/head
John Livingston 2023-08-08 13:45:53 +02:00 committed by Chocobozzz
parent cb78deba47
commit e6c12444aa
1 changed files with 1 additions and 0 deletions

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