]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: comment
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Jan 2023 07:45:47 +0000 (08:45 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 15 Feb 2023 09:52:57 +0000 (10:52 +0100)
packages/pinia/src/store.ts

index 46521aca9edda07f14ec1619e402fed8761ed908..7a7356a482fa8b20f2453e4fd1a33caa922e7514 100644 (file)
@@ -396,7 +396,7 @@ function createSetupStore<
           })
       }
 
-      // allow the afterCallback to override the return value
+      // trigger after callbacks
       triggerSubscriptions(afterCallbackList, ret)
       return ret
     }