mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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