dendily
Results
1
comments of
dendily
getSlideCount() { const children = this.$slots.default() // console.log('>>>>>', children) if (children.length > 0) { return children.length } return 0 }