mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-09-09 16:26:43 +00:00
Fixed some issue on autostart
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -31,7 +31,7 @@ const toggle = (c) => {
|
||||
}
|
||||
}
|
||||
|
||||
watch(data.value, () => {
|
||||
watch(data, () => {
|
||||
updateAutostart()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user