From 01094c3e3d03c63a371dc1541632d9f4e882daa9 Mon Sep 17 00:00:00 2001 From: Jef Date: Mon, 19 Feb 2024 12:33:23 -0500 Subject: [PATCH] #10348: - Adding clarification on how to access `name` property in script setup --- src/api/options-misc.md | 2 +- src/guide/built-ins/keep-alive.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/options-misc.md b/src/api/options-misc.md index f259f1f4ea..13587fea8e 100644 --- a/src/api/options-misc.md +++ b/src/api/options-misc.md @@ -29,7 +29,7 @@ Explicitly declare a display name for the component. There is one case where `name` is explicitly necessary: when matching against cacheable components in [``](/guide/built-ins/keep-alive) via its `include / exclude` props. :::tip - Since version 3.2.34, a single-file component using `