mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(floating-bubble): update offset when the value changed (#12730)
This commit is contained in:
parent
f578ac2d3f
commit
8b56a4dd23
@ -205,6 +205,7 @@ export default defineComponent({
|
||||
watch(
|
||||
[windowWidth, windowHeight, () => props.gap, () => props.offset],
|
||||
updateState,
|
||||
{ deep: true },
|
||||
);
|
||||
|
||||
const show = ref(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user