CHange: pubTL to TL
This commit is contained in:
parent
da6ceefe34
commit
3f1faae46a
|
@ -18,7 +18,7 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div id="timelines">
|
<div id="timelines">
|
||||||
<div v-for="(value, key, index) in pubTL" :key="index" class="tl">
|
<div v-for="(value, key, index) in TL" :key="index" class="tl">
|
||||||
{{value.name}}/{{value.type}}
|
{{value.name}}/{{value.type}}
|
||||||
<TimelineToot
|
<TimelineToot
|
||||||
v-for="[id,status] in value.statuses"
|
v-for="[id,status] in value.statuses"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user