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