This commit is contained in:
こぴなたみぽ 2018-02-07 18:47:29 +09:00
parent 853b846c40
commit d8d4c4d228
168 changed files with 237 additions and 237 deletions

View file

@ -50,7 +50,7 @@
> a
color #546567
</style>
<script>
<script lang="typescript">
import Connection from '../../common/scripts/streaming/server-stream';
this.mixin('api');
@ -81,7 +81,7 @@
:scope
display block
</style>
<script>
<script lang="typescript">
this.connection = this.opts.connection;
this.on('mount', () => {
@ -111,7 +111,7 @@
:scope
display block
</style>
<script>
<script lang="typescript">
this.connection = this.opts.connection;
this.on('mount', () => {
@ -176,7 +176,7 @@
padding 1px
width 100%
</style>
<script>
<script lang="typescript">
import uuid from 'uuid';
this.viewBoxX = 100;