]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: fix
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 24 Dec 2023 10:10:45 +0000 (11:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 24 Dec 2023 10:11:00 +0000 (11:11 +0100)
packages/nuxt/playground/app.vue

index ed7ff5875aa0d755621a7e56726dc653e9d86fb6..0d94c3c7bdde8f6fbb94cf44f8e8cfc8c7e68e2f 100644 (file)
@@ -6,7 +6,7 @@ const counter = useCounter()
 useTestStore()
 useSomeStoreStore()
 
-await useAsyncData('counter', () => counter.asyncIncrement().then(() => true))
+// await useAsyncData('counter', () => counter.asyncIncrement().then(() => true))
 
 if (process.server) {
   counter.increment()