直播返修
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="info">
|
||||
<LiveingCount></LiveingCount>
|
||||
<div class="liveplay">
|
||||
<LivePlay></LivePlay>
|
||||
<LiveingWatcher></LiveingWatcher>
|
||||
<div class="LivePlaying">
|
||||
<LivePlaying></LivePlaying>
|
||||
<div class="comment">
|
||||
<div class="commentitem">
|
||||
<span>13:32:30</span>
|
||||
@@ -94,7 +94,7 @@
|
||||
.info {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.liveplay {
|
||||
.LivePlaying {
|
||||
border-radius: 18px;
|
||||
margin: 0 35px;
|
||||
.comment {
|
||||
@@ -191,13 +191,13 @@
|
||||
</style>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
import LivePlay from "@/components/LivePlay.vue";
|
||||
import LiveingCount from "@/components/LiveingCount.vue";
|
||||
import LivePlaying from "@/components/LivePlaying.vue";
|
||||
import LiveingWatcher from "@/components/LiveingWatcher.vue";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
LivePlay,
|
||||
LiveingCount,
|
||||
LivePlaying,
|
||||
LiveingWatcher,
|
||||
},
|
||||
setup() {
|
||||
console.log(1);
|
||||
|
||||
Reference in New Issue
Block a user