diff --git a/src/calendar/components/Month.js b/src/calendar/components/Month.js index 2e1811a83..9af7decce 100644 --- a/src/calendar/components/Month.js +++ b/src/calendar/components/Month.js @@ -65,7 +65,6 @@ export default createComponent({ const shouldRender = computed(() => visible.value || !props.lazyRender); - const getDate = () => props.date; const getTitle = () => title.value; const scrollIntoView = (body) => { @@ -237,7 +236,6 @@ export default createComponent({ }; useExpose({ - getDate, getTitle, getHeight: () => height.value, setVisible,