docs: remove unused function call (#20021)

This commit is contained in:
Julien Le Coupanec 2023-04-01 11:56:26 +02:00 committed by GitHub
parent 5785908ec6
commit d282fcd5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);