计分本细节调整
This commit is contained in:
@@ -19,6 +19,10 @@ const props = defineProps({
|
||||
type: Function,
|
||||
default: null,
|
||||
},
|
||||
scroll: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
});
|
||||
|
||||
const rect = ref({});
|
||||
@@ -166,7 +170,7 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<scroll-view
|
||||
scroll-y
|
||||
:scroll-y="scroll"
|
||||
scroll-with-animation
|
||||
:scroll-top="scrollTop"
|
||||
class="container"
|
||||
|
||||
Reference in New Issue
Block a user