Explorar o código

Update index.tsx

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
91047ee029
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']}