From 712c747297b9ce14be5377a1958c01f2f74591fa Mon Sep 17 00:00:00 2001 From: srthapa Date: Mon, 17 Mar 2025 21:06:26 +0100 Subject: [PATCH] fix: typo --- docs/props/general-configuration/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/props/general-configuration/index.html b/docs/props/general-configuration/index.html index 65099a4b..b019fedb 100644 --- a/docs/props/general-configuration/index.html +++ b/docs/props/general-configuration/index.html @@ -284,7 +284,7 @@ shadowDom: false, mobileBreakpoint: 600, setDateOnMenuClose: false, -}

loading

Adds a loading overlay in the menu

Code Example
vue
<template>
+}

loading

Adds a loading overlay in the menu

Code Example
vue
<template>
     <VueDatePicker v-model="date" loading />
 </template>