ui_migration chore(eslint) clean
This commit is contained in:
parent
e59e99b2f3
commit
793441aadf
3 changed files with 4 additions and 16 deletions
|
|
@ -82,15 +82,8 @@ export default {
|
|||
},
|
||||
|
||||
computed: {
|
||||
...mapState(useSettingsStore, [
|
||||
"origin",
|
||||
"microscopeHostname",
|
||||
"available",
|
||||
"waiting",
|
||||
] ),
|
||||
...mapState(useWotStore, [
|
||||
"thingDescriptions",
|
||||
]),
|
||||
...mapState(useSettingsStore, ["origin", "microscopeHostname", "available", "waiting"]),
|
||||
...mapState(useWotStore, ["thingDescriptions"]),
|
||||
...mapWritableState(useSettingsStore, ["error"]),
|
||||
|
||||
cameraType() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue