refactor(client): specify global scope
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
||||
},
|
||||
|
||||
mounted(src, binding, vn) {
|
||||
setTimeout(() => {
|
||||
window.setTimeout(() => {
|
||||
src.style.opacity = '1';
|
||||
src.style.transform = 'none';
|
||||
}, 1);
|
||||
|
Reference in New Issue
Block a user