From: Eduardo San Martin Morote Date: Sun, 24 Dec 2023 10:10:45 +0000 (+0100) Subject: test: fix X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24f328449485a0d582ab35c8c101d784ebf93c13;p=thirdparty%2Fvuejs%2Fpinia.git test: fix --- diff --git a/packages/nuxt/playground/app.vue b/packages/nuxt/playground/app.vue index ed7ff587..0d94c3c7 100644 --- a/packages/nuxt/playground/app.vue +++ b/packages/nuxt/playground/app.vue @@ -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()