فهرست منبع

Update index.tsx

lex 2 سال پیش
والد
کامیت
91047ee029
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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']}