docs: fix typo (#20907)

This commit is contained in:
lemon 2023-05-17 13:23:00 +05:00 committed by GitHub
parent 55a5fa4890
commit 52da9d1b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
```vue [pages/about.vue]
<script setup>
const url = getRequestURL()
const url = useRequestURL()
</script>
<template>