docs: remove unused import from example (#24168)

This commit is contained in:
Brendan Mulholland 2023-11-07 15:03:27 +01:00 committed by GitHub
parent dfff6f13c4
commit bebab7ffa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,8 +217,6 @@ export default {
```vue [Nuxt 3]
<script setup lang="ts">
const router = useRouter();
function navigate(){
return navigateTo({
path: '/search',