]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove TODO (#2491)
authoryonecdeng <73653404+yonecdeng@users.noreply.github.com>
Mon, 13 Nov 2023 17:44:11 +0000 (01:44 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 17:44:11 +0000 (18:44 +0100)
Co-authored-by: dengyongchi <dengyongchi@kuaishou.com>
packages/pinia/src/types.ts

index 073dfd9969c8b0790ac799b37955133739a341e5..3eb11800f8dd47fd1cf833db9a7d8d0dab8642d1 100644 (file)
@@ -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