Explorar o código

Update index.tsx

lex hai 1 ano
pai
achega
f98e5e0ef8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/hot-music-more/index.tsx

+ 1 - 1
src/views/hot-music-more/index.tsx

@@ -241,7 +241,7 @@ export default defineComponent({
                   class={styles.musicItem}
                   border={false}
                   center
-                  onClick={(item: any) => onDetail(item)}>
+                  onClick={() => onDetail(item)}>
                   {{
                     icon: () => (
                       <Image class={styles.musicImg} src={item.titleImg} />