Item button and document content added spinner
This commit is contained in:
@ -53,6 +53,7 @@ const app = new Vue({
|
||||
|
||||
items: [],
|
||||
taxes: [],
|
||||
page_loaded: false,
|
||||
}
|
||||
},
|
||||
|
||||
@ -800,5 +801,7 @@ const app = new Vue({
|
||||
}, this);
|
||||
}, this);
|
||||
}
|
||||
|
||||
this.page_loaded = true;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user