mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 16:09:52 +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
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
const router = useRouter();
|
|
||||||
const name = ref('');
|
const name = ref('');
|
||||||
const type = ref(1);
|
const type = ref(1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user