mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
This commit is contained in:
@@ -65,7 +65,7 @@ export default createComponent({
|
||||
|
||||
const shouldRender = computed(() => visible.value || !props.lazyRender);
|
||||
|
||||
const getDate = () => props.data;
|
||||
const getDate = () => props.date;
|
||||
const getTitle = () => title.value;
|
||||
|
||||
const scrollIntoView = (body) => {
|
||||
|
Reference in New Issue
Block a user