@@ -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']}