mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: fix typo (#20907)
This commit is contained in:
parent
55a5fa4890
commit
52da9d1b35
@ -6,7 +6,7 @@
|
||||
|
||||
```vue [pages/about.vue]
|
||||
<script setup>
|
||||
const url = getRequestURL()
|
||||
const url = useRequestURL()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Loading…
Reference in New Issue
Block a user