mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
docs: remove unused function call (#20021)
This commit is contained in:
parent
5785908ec6
commit
d282fcd5a3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user