update
This commit is contained in:
@@ -22,6 +22,7 @@ watch(
|
||||
() => visible.value,
|
||||
(val) => {
|
||||
const node = XFilterRef.value.$el.nextElementSibling.childNodes[2];
|
||||
console.log(node);
|
||||
if (val) {
|
||||
node.style.transform = 'none';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user