From b9aed5695a4446efb34ec07cb44ed88aa51cccd8 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 6 Mar 2023 16:58:41 +0800 Subject: [PATCH] docs: document globals --- docs/reference/runtime-api.md | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) 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 `