Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
91047ee029
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/mine-orchestra/orchestra-deeds/index.tsx

+ 1 - 1
src/views/mine-orchestra/orchestra-deeds/index.tsx

@@ -99,7 +99,7 @@ export default defineComponent({
     onMounted(() => {
       getList()
     })
-    const swipeRef = ref([])
+    const swipeRef = ref([] as any)
     return () => (
       <div
         class={[styles.orchestraStory, !state.listState.dataShow && 'emptyRootContainer']}