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
|
|
@ -123,7 +123,7 @@ export default {
|
|||
calibrationWizard,
|
||||
},
|
||||
|
||||
data: function() {
|
||||
data: function () {
|
||||
return {
|
||||
selected: "display",
|
||||
currentTab: "display",
|
||||
|
|
@ -131,12 +131,12 @@ export default {
|
|||
},
|
||||
|
||||
methods: {
|
||||
setTab: function(event, tab) {
|
||||
setTab: function (event, tab) {
|
||||
if (!(this.currentTab == tab)) {
|
||||
this.currentTab = tab;
|
||||
}
|
||||
},
|
||||
startModals: function() {
|
||||
startModals: function () {
|
||||
this.$refs.calibrationWizard.force_show();
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue