melhorias
This commit is contained in:
parent
7971b508c6
commit
de77a4c8b6
5 changed files with 31 additions and 5 deletions
2
dist/tipagemRotas.d.ts
vendored
2
dist/tipagemRotas.d.ts
vendored
|
|
@ -31,7 +31,7 @@ export declare class TipagemRotas<T = {
|
|||
** console.log(mCaminho.resolve({q:"query"}))
|
||||
** "http://localhost:3000/caminho?q=query"
|
||||
*/
|
||||
endereco(query: T): string;
|
||||
endereco(query: T, usarComoHash?: boolean): string;
|
||||
/** Vai para a url
|
||||
** mCaminho.ir({q:"query"})
|
||||
** window.location.href = "http://localhost:3000/caminho?q=query"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue