From 9119475db20bc62109eb9d1720d60b4069085f92 Mon Sep 17 00:00:00 2001 From: Edwin Fadul <34517197+edwinfadul@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:26:40 -0500 Subject: [PATCH] docs: provide example of exposing a `pageRef` from a child page (#26806) --- docs/3.api/1.components/2.nuxt-page.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/3.api/1.components/2.nuxt-page.md b/docs/3.api/1.components/2.nuxt-page.md index dd57c2fb0c..c8930e350c 100644 --- a/docs/3.api/1.components/2.nuxt-page.md +++ b/docs/3.api/1.components/2.nuxt-page.md @@ -86,6 +86,18 @@ function logFoo () { ```` +````vue [my-page.vue] + +```` + ## Custom Props In addition, `` also accepts custom props that you may need to pass further down the hierarchy.