mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-06 20:49:46 +08:00
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
This commit is contained in:
parent
30c364449d
commit
a5ce7f487f
@ -65,7 +65,7 @@ export default createComponent({
|
|||||||
|
|
||||||
const shouldRender = computed(() => visible.value || !props.lazyRender);
|
const shouldRender = computed(() => visible.value || !props.lazyRender);
|
||||||
|
|
||||||
const getDate = () => props.data;
|
const getDate = () => props.date;
|
||||||
const getTitle = () => title.value;
|
const getTitle = () => title.value;
|
||||||
|
|
||||||
const scrollIntoView = (body) => {
|
const scrollIntoView = (body) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user