You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/examples/DayDisabledBeforeAfter.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<template>
2
2
<divclass="subcontent">
3
-
<divclass="line">All days before and after the current day have been disabled with the properties <codeclass="example-token">disable-before</code> and <codeclass="example-token">disabled-after</code>.</div>
3
+
<divclass="line">All days before and after the current day have been disabled with the properties <codeclass="example-token">disabled-before</code> and <codeclass="example-token">disabled-after</code>.</div>
Copy file name to clipboardExpand all lines: docs/src/examples/MiniModeDisabledBeforeAfter.vue
+8-18Lines changed: 8 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<template>
2
2
<divclass="subcontent">
3
-
<divclass="line">The example below uses the properties <spanclass="example-token">disable-before</span> and <spanclass="example-token">disable-after</span> to disable all days except the current month.</div>
3
+
<divclass="line">All days before and after the current day have been disabled with the properties <codeclass="example-token">disabled-before</code> and <codeclass="example-token">disabled-after</code>.</div>
0 commit comments