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