Web: Fix two-column layout outside of Workers page
This commit is contained in:
parent
f0a592a9ba
commit
bd20ba7d6b
@ -53,6 +53,9 @@ export default {
|
|||||||
|
|
||||||
document.body.classList.add('is-two-columns');
|
document.body.classList.add('is-two-columns');
|
||||||
},
|
},
|
||||||
|
unmounted() {
|
||||||
|
document.body.classList.remove('is-two-columns');
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
workerID(newWorkerID, oldWorkerID) {
|
workerID(newWorkerID, oldWorkerID) {
|
||||||
this._fetchWorker(newWorkerID);
|
this._fetchWorker(newWorkerID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user