Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: add back preload effect
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 10, 2022
1 parent 374429a commit 6745fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/basic/pages/random/[id].vue
Expand Up @@ -42,6 +42,8 @@ const globalRandom = useRandomState(100)
// TODO: NuxtLink should do this automatically on observed
if (process.client) {
preloadPayload('/random/a')
preloadPayload('/random/b')
preloadPayload('/random/c')
}
</script>

0 comments on commit 6745fc1

Please sign in to comment.