From ff46cc24356b2cd2f23ab3cd7892e61b682d2b8c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 11 May 2026 10:03:42 +0800
Subject: [PATCH] 主线提交
---
src/utils/directive.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/utils/directive.ts b/src/utils/directive.ts
index c3ceb1a..166d1cf 100644
--- a/src/utils/directive.ts
+++ b/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
--
Gitblit v1.9.2