wip
This commit is contained in:
parent
853b846c40
commit
d8d4c4d228
168 changed files with 237 additions and 237 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue