tethys.frontend/src/views/help-view/help-view-component.ts
Arno Kaimbacher 5603614045 - add vue-facing-decorator (replace vue-class-component and vue-property-decorator)
- npm updates (stabele axios version) + adaption in axios config
- remove maps route from src/router/index.ts
2023-01-13 11:55:31 +01:00

9 lines
241 B
TypeScript

// import { Prop } from "vue-property-decorator";
import { Component, Vue } from "vue-facing-decorator";
@Component({
name: "HelpViewComponent",
})
export default class HelpViewComponent extends Vue {
// results: Array<any> = [];
}