mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-27 23:41:14 +00:00
Fixed some issue on autostart
This commit is contained in:
2
src/static/app/dist/assets/index.css
vendored
2
src/static/app/dist/assets/index.css
vendored
File diff suppressed because one or more lines are too long
2
src/static/app/dist/assets/index.js
vendored
2
src/static/app/dist/assets/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -31,7 +31,7 @@ const toggle = (c) => {
|
||||
}
|
||||
}
|
||||
|
||||
watch(data.value, () => {
|
||||
watch(data, () => {
|
||||
updateAutostart()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user