]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: comment [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Apr 2021 12:51:50 +0000 (14:51 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 8 Apr 2021 12:55:28 +0000 (14:55 +0200)
src/store.ts

index 64beb7c0658e3da9aae4621896c81248363a8bbe..fd50d672a9bf4dcc37c0674b57984cd0015706a6 100644 (file)
@@ -326,7 +326,7 @@ export function defineStore<
     )
   }
 
-  // used by devtools
+  // needed by map helpers
   useStore.$id = id
 
   return useStore