]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove comment
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 23 Feb 2024 07:58:19 +0000 (08:58 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 23 Feb 2024 07:58:30 +0000 (08:58 +0100)
packages/pinia/src/store.ts

index 68e67f55f190f1a1f6079d3747e8eff5637707f6..a4ba4cc42b2fefe1471097269fc8299dd2ce51df 100644 (file)
@@ -233,10 +233,7 @@ function createSetupStore<
   }
 
   // watcher options for $subscribe
-  const $subscribeOptions: WatchOptions = {
-    deep: true,
-    // flush: 'post',
-  }
+  const $subscribeOptions: WatchOptions = { deep: true }
   /* istanbul ignore else */
   if (__DEV__ && !isVue2) {
     $subscribeOptions.onTrigger = (event) => {