fix up styles for the pages,

fix up some code formatting to be more consistent
This commit is contained in:
2023-03-31 21:44:56 +02:00
parent 101ea0ffb5
commit 6f777332a4
10 changed files with 224 additions and 186 deletions
+1 -3
View File
@@ -65,12 +65,10 @@ export default defineComponent({
default() {
return {} as {[key: string]: Adventurer};
},
required: true,
},
},
methods: {
print(a:string) {
console.log(a);
},
closeSelect() {
this.selection = false;
}