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

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter committed Jun 17, 2022
1 parent 1a4b32e commit b0fb76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/navigate-to-external.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
</template>

<script setup>
await navigateTo('https://example.com/', { replace: true })
await navigateTo('https://example.com/', { allowExternal: true, replace: true })
</script>

0 comments on commit b0fb76f

Please sign in to comment.