This commit is contained in:
zk
2023-12-18 18:34:19 +08:00
parent 2cc8886c2d
commit 580a4fc5c6
50 changed files with 2343 additions and 223 deletions
@@ -21,12 +21,10 @@
type: String,
});
const sleepChart = ref<HTMLElement>();
// onMounted(() => {
// init();
// });
watch(
props,
() => {
console.log(111111111111);
init();
},
{ immediate: true }