Match-id-62193e3466a6412806c2877cea02375f7d9c374c

This commit is contained in:
* 2022-04-24 16:51:00 +08:00 committed by *
parent 4889ab00b4
commit 772917e9e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// data 数组更新后不修改滚动位置,
// 只有修改scrollToItem才会修改滚动位置
import { useState, useRef, useEffect, useMemo } from 'libs/extension/src/components/VList/node_modules/horizon';
import { useState, useRef, useEffect, useMemo } from 'horizon';
import styles from './VList.less';
import ItemMap from './ItemMap';