diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 16afd332..40506b38 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() -// }) -// })