Enhance registerClientRoute documentation:
Adding the path on which routes created with registerClientRoute are available.
This commit is contained in:
parent
cb78deba47
commit
e6c12444aa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue