Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | }; | 35 | }; |
36 | 36 | ||
37 | watch( | 37 | watch( |
38 | - () => [props.row, props.col], | 38 | + () => [props.row, props.col, visible.value], |
39 | () => { | 39 | () => { |
40 | selectedLayout.row = props.row; | 40 | selectedLayout.row = props.row; |
41 | selectedLayout.col = props.col; | 41 | selectedLayout.col = props.col; |