Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 18, 2024
1 parent 18a82b3 commit e91382f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/vue-ssr-extra/src/routes/server/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Form, useEnhance } from "../../features/server-action/shared";
import { changeCounter, getCounter } from "./_action";
const store = useServerCounter();
// TODO: tanstack-query-like stale refetch?
store.data ??= await getCounter();
const [formAction, { status }] = useEnhance(changeCounter, {
Expand Down

0 comments on commit e91382f

Please sign in to comment.