fix: typo in type file

This commit is contained in:
Justineo
2021-02-22 14:47:22 +08:00
parent 687d267458
commit 217ac4e1e0

View File

@ -21,4 +21,4 @@ export interface UpdateOptions {
replaceMerge?: any;
transition?: any;
}
export type UpdateOptionsInjection = UpdateOptions | null | Ref<UpdateOptions null>;
export type UpdateOptionsInjection = UpdateOptions | null | Ref<UpdateOptions | null>;