お知らせをブロードキャストできるように

This commit is contained in:
syuilo 2017-11-16 14:19:14 +09:00
parent 20a6f0a0a7
commit 0cd69cabc9
5 changed files with 84 additions and 6 deletions

View file

@ -5,5 +5,9 @@
</style>
<script>
this.root.innerHTML = this.opts.content;
this.on('updated', () => {
this.root.innerHTML = this.opts.content;
});
</script>
</mk-raw>