From f60a4881e16a3386fe25c11ab494497aeb02fc0a Mon Sep 17 00:00:00 2001 From: yonecdeng <73653404+yonecdeng@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:44:11 +0800 Subject: [PATCH] chore: remove TODO (#2491) Co-authored-by: dengyongchi --- packages/pinia/src/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pinia/src/types.ts b/packages/pinia/src/types.ts index 073dfd9969..3eb11800f8 100644 --- a/packages/pinia/src/types.ts +++ b/packages/pinia/src/types.ts @@ -346,7 +346,6 @@ export interface _StoreWithState< /** * Resets the store to its initial state by building a new state object. - * TODO: make this options only */ $reset(): void