diff --git a/docs/reference/runtime-api.md b/docs/reference/runtime-api.md index c74e96ee..2ded2bae 100644 --- a/docs/reference/runtime-api.md +++ b/docs/reference/runtime-api.md @@ -6,7 +6,7 @@ The helper methods are globally importable from `vitepress` and are typically us Methods that start with `use*` indicates that it is a [Vue 3 Composition API](https://vuejs.org/guide/introduction.html#composition-api) function that can only be used inside `setup()` or `