From 53e2a43c0d1f96860dd72f28ae3294bed9cdef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 15 May 2022 20:33:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Team.vue):=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Team/index.vue | 26 +++---------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 16afd33..40506b3 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -6,7 +6,7 @@ 有来开源组织 & 技术团队 - +
  • { }); }); -// let bScroll = reactive({}) - -// onMounted(() => { -// bScroll = new BScroll(document.querySelector('.developer-wrapper') as any, { -// startX: 0, -// click: true, -// scrollX: true, -// scrollY: false, -// eventPassthrough: "vertical" // 横向滚动,保留纵向原生滚动 -// }) -// }) - -// watchEffect(() => { -// nextTick(() => { -// bScroll && (bScroll as any).refresh() -// }) -// })