mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(Calendar): remove unused getDate
This commit is contained in:
parent
a5ce7f487f
commit
568ba3d815
@ -65,7 +65,6 @@ export default createComponent({
|
|||||||
|
|
||||||
const shouldRender = computed(() => visible.value || !props.lazyRender);
|
const shouldRender = computed(() => visible.value || !props.lazyRender);
|
||||||
|
|
||||||
const getDate = () => props.date;
|
|
||||||
const getTitle = () => title.value;
|
const getTitle = () => title.value;
|
||||||
|
|
||||||
const scrollIntoView = (body) => {
|
const scrollIntoView = (body) => {
|
||||||
@ -237,7 +236,6 @@ export default createComponent({
|
|||||||
};
|
};
|
||||||
|
|
||||||
useExpose({
|
useExpose({
|
||||||
getDate,
|
|
||||||
getTitle,
|
getTitle,
|
||||||
getHeight: () => height.value,
|
getHeight: () => height.value,
|
||||||
setVisible,
|
setVisible,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user