Fixed some issue on autostart

This commit is contained in:
Donald Zou
2024-10-31 23:28:30 +08:00
parent 3c74b0b1ef
commit dfc9eab9d3
4 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@ const toggle = (c) => {
}
}
watch(data.value, () => {
watch(data, () => {
updateAutostart()
})