feat(types): Added type definition force to router push options.

This commit is contained in:
马铃薯头
2026-02-05 17:02:11 +08:00
committed by Soybean
parent 54107acaac
commit a37949f2af

View File

@@ -196,6 +196,7 @@ declare namespace App {
type RouterPushOptions = {
query?: Record<string, string>;
params?: Record<string, string>;
force?: boolean;
};
/** The global header props */