feat:修改面授课

This commit is contained in:
lixg
2023-03-07 16:46:21 +08:00
parent 73528efff0
commit 56879640bf
6 changed files with 58 additions and 12 deletions

View File

@@ -136,6 +136,12 @@ const { data } =
console.log("data==----->", data);
//作业倒计时
// const state = reactive({
// hour,
// minute,
// seconds,
// });
// const { hour, minute, seconds } = toRefs(state);
let hour = ref(0);
let minute = ref(0);
let seconds = ref(0);