fix(floating-bubble): update offset when the value changed (#12730)
This commit is contained in:
@@ -205,6 +205,7 @@ export default defineComponent({
|
||||
watch(
|
||||
[windowWidth, windowHeight, () => props.gap, () => props.offset],
|
||||
updateState,
|
||||
{ deep: true },
|
||||
);
|
||||
|
||||
const show = ref(true);
|
||||
|
||||
Reference in New Issue
Block a user