zhouwx
2024-07-15 6459f8bff3e568e65e6dc617f22c686cf5a8db44
src/utils/directive.ts
@@ -1,6 +1,6 @@
import { Directive, DirectiveBinding } from 'vue'
const loadMore: Directive = {
const loadMoreNew: Directive = {
    beforeMount(el: any, binding: DirectiveBinding) {
        let arg = binding.arg as any
        if (!arg) return
@@ -23,4 +23,4 @@
        }
    }
}
export default loadMore
export default loadMoreNew