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>