Skip to content
Snippets Groups Projects
Commit 00038961 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add watcher for documentation in status icon

parent 461c8375
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Pipeline #178510 failed
...@@ -102,6 +102,14 @@ export default { ...@@ -102,6 +102,14 @@ export default {
} }
}, },
}, },
watch: {
documentation: {
handler() {
this.updateStatus();
},
deep: true,
}
},
mounted() { mounted() {
this.updateStatus(); this.updateStatus();
this.statusTimeout = setTimeout( this.statusTimeout = setTimeout(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment