Skip to content

Commit

Permalink
docs: remove unused function call (#20021)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCoupa committed Apr 1, 2023
1 parent 5785908 commit d282fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/2.guide/2.directory-structure/1.pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ Nuxt 3 allows programmatic navigation through the `navigateTo()` utility method.

```vue
<script setup>
const router = useRouter();
const name = ref('');
const type = ref(1);
Expand Down

0 comments on commit d282fcd

Please sign in to comment.