- npm updates (stabele axios version) + adaption in axios config - remove maps route from src/router/index.ts
9 lines
241 B
TypeScript
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> = [];
|
|
}
|