Skip to content

Commit

Permalink
Update VideoList.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Jul 17, 2024
1 parent 25bb96e commit 5dd16c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front_end/src/components/VideoList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@
<script setup lang="ts">
// 录像列表的组件
import { ref, watch, computed } from 'vue'
import { ref, computed } from 'vue'
import { utc_to_local_format } from "@/utils/system/tools";
import PlayerName from '@/components/PlayerName.vue';
const preview_visible = ref(false);
import useCurrentInstance from "@/utils/common/useCurrentInstance";
import { getRowIdentity } from 'element-plus/es/components/table/src/util';
import { Check, Close } from '@element-plus/icons-vue';
import { ElNotification } from 'element-plus';
Expand Down

0 comments on commit 5dd16c3

Please sign in to comment.