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: src/components/calendar/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@
36
36
"prop": "disabled",
37
37
"description": "Places the calendar in a non-interactive disabled state"
38
38
},
39
+
{
40
+
"prop": "headerTag",
41
+
"version": "2.22.0",
42
+
"description": "Specify the HTML tag to render instead of the default tag for the footer"
43
+
},
39
44
{
40
45
"prop": "hidden",
41
46
"description": "When `true`, renders a comment node instead of the calendar widget while keeping the Vue instance active. Mainly used when implementing a custom date picker"
0 commit comments