From: yonecdeng <73653404+yonecdeng@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:44:11 +0000 (+0800) Subject: chore: remove TODO (#2491) X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f60a4881e16a3386fe25c11ab494497aeb02fc0a;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove TODO (#2491) Co-authored-by: dengyongchi --- diff --git a/packages/pinia/src/types.ts b/packages/pinia/src/types.ts index 073dfd99..3eb11800 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