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

View File

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