Let prettier change a load of things because new prettier has new rules :(
This commit is contained in:
parent
a05156407b
commit
1601bdd123
44 changed files with 218 additions and 262 deletions
|
|
@ -35,14 +35,14 @@ export default {
|
|||
|
||||
components: {},
|
||||
|
||||
data: function() {
|
||||
data: function () {
|
||||
return {
|
||||
isRaspberrypi: undefined,
|
||||
};
|
||||
},
|
||||
|
||||
computed: {
|
||||
things: function() {
|
||||
things: function () {
|
||||
return this.$store.getters["wot/thingDescriptions"];
|
||||
},
|
||||
},
|
||||
|
|
@ -52,7 +52,7 @@ export default {
|
|||
},
|
||||
|
||||
methods: {
|
||||
systemRequest: function(action) {
|
||||
systemRequest: function (action) {
|
||||
let message = "";
|
||||
if (action == "reboot") {
|
||||
message = "Restart microscope?";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue