- Card
This commit is contained in:
@@ -243,6 +243,10 @@ export default defineComponent({
|
||||
required: false,
|
||||
default: 0,
|
||||
},
|
||||
heightcarousel: {
|
||||
required: false,
|
||||
default: 0,
|
||||
},
|
||||
prop_pagination: {
|
||||
type: Object as PropType<IPagination>,
|
||||
required: false,
|
||||
@@ -1687,7 +1691,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
const checkScrollPosition = () => {
|
||||
console.log('checkScrollPosition')
|
||||
// console.log('checkScrollPosition')
|
||||
const container = carouselTabRef.value
|
||||
if (!container ) return
|
||||
|
||||
@@ -2412,7 +2416,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function onLoadScroll(index: number, done: any) {
|
||||
console.log('onLoadScroll', index)
|
||||
// console.log('onLoadScroll', index)
|
||||
|
||||
if (index > 1) {
|
||||
// console.log('onLoadScroll', index, 'RECLOAD', numRecLoaded.value, 'ROWS: ', pagination.value.rowsNumber, 'PAGE: ', pagination.value.page)
|
||||
|
||||
Reference in New Issue
Block a user