mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-07 07:31:23 +08:00
feat(types): Added type definition force to router push options.
This commit is contained in:
1
src/typings/app.d.ts
vendored
1
src/typings/app.d.ts
vendored
@@ -196,6 +196,7 @@ declare namespace App {
|
||||
type RouterPushOptions = {
|
||||
query?: Record<string, string>;
|
||||
params?: Record<string, string>;
|
||||
force?: boolean;
|
||||
};
|
||||
|
||||
/** The global header props */
|
||||
|
||||
Reference in New Issue
Block a user