load video without click

This commit is contained in:
2023-03-29 14:38:13 +08:00
parent afb4a42b34
commit 8c9afda249
11 changed files with 117 additions and 545 deletions

View File

@ -1,14 +1,19 @@
<template>
<!-- <List>123132</List> -->
<CameraList />
<!-- <CameraItem-->
<!-- name="测试球机视频"-->
<!-- source="https://sf1-hscdn-tos.pstatp.com/obj/media-fe/xgplayer_doc_video/flv/xgplayer-demo-360p.flv"-->
<!-- />-->
</template>
<script>
import CameraList from "./components/CameraList.vue";
// import CameraItem from "@/components/CameraItem.vue";
// import List from "./infinite-list-vue.umd.cjs";
export default {
name: "App",
components: {
// CameraItem,
CameraList,
},
};
@ -17,7 +22,6 @@ export default {
<style>
#app {
background-color: #f6f6f6;
//width: 100vw;
//height: 100vh;
//width: 100vw; //height: 100vh;
}
</style>