- added CTS Logo

- updated npm packages like vue-facing-decorator and some prettier and eslint dev dependecies
- remove node-polyfill-webpack-plugin
This commit is contained in:
Kaimbacher 2024-03-16 16:42:25 +01:00
parent 6f63db4a71
commit a85debca92
13 changed files with 1685 additions and 2415 deletions

View file

@ -23,7 +23,10 @@ export interface Dataset {
}
export class Suggestion {
constructor(public value: string, public type: SearchType) {}
constructor(
public value: string,
public type: SearchType,
) {}
// value!: string;
// type!: SearchType;
}