tethys.frontend/src/views/services-view/service-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

6 lines
163 B
TypeScript

import { Component, Vue } from "vue-facing-decorator";
@Component({
name: "ServiceViewComponent",
})
export default class ServiceViewComponent extends Vue {}