From 792cf671370143fbfd4a22fd4d8f6b6e2837f715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 29 Dec 2023 12:02:22 +0100 Subject: [PATCH] docs: add badge for callOnce utility Resolves #24950 --- docs/3.api/3.utils/call-once.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/3.api/3.utils/call-once.md b/docs/3.api/3.utils/call-once.md index b148c3997..27c89b6dd 100644 --- a/docs/3.api/3.utils/call-once.md +++ b/docs/3.api/3.utils/call-once.md @@ -1,6 +1,8 @@ --- title: "callOnce" description: "Run a given function or block of code once during SSR or CSR." +navigation: + badge: New links: - label: Source icon: i-simple-icons-github @@ -8,6 +10,10 @@ links: size: xs --- +::callout{icon="i-ph-info-duotone" color="blue"} +This utility is available since [Nuxt v3.9](/blog/v3-9). +:: + ## Purpose The `callOnce` function is designed to execute a given function or block of code only once during: