Remove empty line
parent
f67d13efd8
commit
805b312fbc
|
@ -53,7 +53,6 @@ export default {
|
|||
const target = this.$children ? this.$children[0]: null;
|
||||
if (target) {
|
||||
this.mask = document.createElement('div');
|
||||
|
||||
this.mask.setAttribute('class', 'p-blockui');
|
||||
target.$el.appendChild(this.mask);
|
||||
target.$el.style.position = 'relative';
|
||||
|
|
Loading…
Reference in New Issue