From 58e75689d8f439a75f224e85bdfa648143af879d Mon Sep 17 00:00:00 2001 From: Eddie <53879350+Eddie344@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:36:19 +0300 Subject: [PATCH] docs: remove outdated reference to stable version (#21785) --- docs/2.guide/3.going-further/1.internals.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/2.guide/3.going-further/1.internals.md b/docs/2.guide/3.going-further/1.internals.md index 2220aae10a..ea1134b960 100644 --- a/docs/2.guide/3.going-further/1.internals.md +++ b/docs/2.guide/3.going-further/1.internals.md @@ -36,8 +36,6 @@ Check [Nuxt App](/docs/api/composables/use-nuxt-app) for more information about `nuxtApp` has the following properties: -Note: this is an internal interface, and some properties might change until stable release. - ```js const nuxtApp = { vueApp, // the global Vue application: https://vuejs.org/api/application.html#application-api