mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(PickerGroup): fix style of tab-line caused by v-show (#11547)
* fix(PickerGroup): fix style of tab-line caused by v-show * chore: replce ResizeObserver api with useVisibilityChange
This commit is contained in:
parent
4bd7e85b5d
commit
a21833f973
@ -49,6 +49,7 @@ import { route, RouteProps } from '../composables/use-route';
|
||||
import { useRefs } from '../composables/use-refs';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
import { onPopupReopen } from '../composables/on-popup-reopen';
|
||||
import { useVisibilityChange } from '../composables/use-visibility-change';
|
||||
|
||||
// Components
|
||||
import { Sticky } from '../sticky';
|
||||
@ -472,6 +473,7 @@ export default defineComponent({
|
||||
onActivated(setLine);
|
||||
onPopupReopen(setLine);
|
||||
onMountedOrActivated(init);
|
||||
useVisibilityChange(root, setLine);
|
||||
useEventListener('scroll', onScroll, {
|
||||
target: scroller,
|
||||
passive: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user