From 217ac4e1e0e59d7de06a36f0579ad33c047f2bc4 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 22 Feb 2021 14:47:22 +0800 Subject: [PATCH] fix: typo in type file --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 472dd57..d063292 100644 --- a/src/types.ts +++ b/src/types.ts @@ -21,4 +21,4 @@ export interface UpdateOptions { replaceMerge?: any; transition?: any; } -export type UpdateOptionsInjection = UpdateOptions | null | Ref; +export type UpdateOptionsInjection = UpdateOptions | null | Ref;