diff --git a/docs/src/examples/QDate/DaySlot.vue b/docs/src/examples/QDate/DaySlot.vue deleted file mode 100644 index f3a16c7abb0..00000000000 --- a/docs/src/examples/QDate/DaySlot.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - diff --git a/docs/src/pages/vue-components/date.md b/docs/src/pages/vue-components/date.md index 331267420cd..bd1091a99fd 100644 --- a/docs/src/pages/vue-components/date.md +++ b/docs/src/pages/vue-components/date.md @@ -108,12 +108,6 @@ The first example is using an array and the second example is using a function. -### Day scoped slot - -You can use the `day` scoped slot to render custom event markers or tooltips specific to each day. - - - ### Limiting options * You can use the `options` prop to limit user selection to certain times. diff --git a/ui/dev/src/pages/form/date.vue b/ui/dev/src/pages/form/date.vue index dd4cf2848f8..cd2e842fb17 100644 --- a/ui/dev/src/pages/form/date.vue +++ b/ui/dev/src/pages/form/date.vue @@ -133,35 +133,6 @@ /> -
- Day slot -
-
- - - -
-
Limited options
@@ -356,39 +327,6 @@ - -