Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 24, 2023
1 parent 74ba633 commit 24f3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 24f3284

Please sign in to comment.