From 4ef8a2bf5506d13010a849c86ab1f552dc6262a7 Mon Sep 17 00:00:00 2001 From: AbdulAzeez Olanrewaju <38980212+I-am-abdulazeez@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:06:47 +0100 Subject: [PATCH] docs(VNavigationDrawer): update location description (#18636) Co-authored-by: John Leider --- packages/api-generator/src/locale/en/VNavigationDrawer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/api-generator/src/locale/en/VNavigationDrawer.json b/packages/api-generator/src/locale/en/VNavigationDrawer.json index a5c21291b5e..24ac310e122 100644 --- a/packages/api-generator/src/locale/en/VNavigationDrawer.json +++ b/packages/api-generator/src/locale/en/VNavigationDrawer.json @@ -18,7 +18,8 @@ "scrim": "Determines whether an overlay is used when a **temporary** drawer is open. Accepts true/false to enable background, and string to define color.", "temporary": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background.", "touchless": "Disable mobile touch functionality.", - "value": "Controls whether the component is visible or hidden." + "value": "Controls whether the component is visible or hidden.", + "location": "Controls the edge of the screen the drawer is attached to." }, "slots": { "append": "A slot at the bottom of the drawer.",