Explorar el Código

Update index.tsx

lex hace 2 años
padre
commit
91047ee029
Se han modificado 1 ficheros con 1 adiciones y 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']}