diff --git a/.gitignore b/.gitignore index f643437..d0c7159 100644 --- a/.gitignore +++ b/.gitignore @@ -31,5 +31,5 @@ coverage src/locale # vitepress -.vitepress/cache -.vitepress/dist \ No newline at end of file +docs/.vitepress/cache +docs/.vitepress/dist \ No newline at end of file diff --git a/docs/props.md b/docs/props.md index 950d593..36a900c 100644 --- a/docs/props.md +++ b/docs/props.md @@ -19,6 +19,7 @@ const dateValue14 = ref([]) const dateValue15 = ref([]) const dateValue16 = ref([]) + const dateValue17 = ref([]) const formatter = ref({ date: 'DD MMM YYYY', month: 'MMM' @@ -58,8 +59,9 @@ The datepicker if you don't set any `props`. ```vue