- remove coding warnings

- search page styling
This commit is contained in:
Arno Kaimbacher 2021-12-10 11:57:19 +01:00
parent 8c5094f91a
commit 81153061ac
9 changed files with 349 additions and 304 deletions

View file

@ -5,5 +5,5 @@ import { Options, Vue } from "vue-class-component";
name: "HelpViewComponent",
})
export default class HelpViewComponent extends Vue {
results: Array<any> = [];
// results: Array<any> = [];
}