]> 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>
Fri, 9 Apr 2021 11:08:56 +0000 (13:08 +0200)
src/store.ts

index c4f5812450c7428697d28354d60ea1352bca57a5..5e43d8d3c8a9aaab3ef6288b862399754d284dd1 100644 (file)
@@ -320,7 +320,7 @@ export function defineStore<
     )
   }
 
-  // used by devtools
+  // needed by map helpers
   useStore.$id = id
 
   return useStore