- npm updates (stabele axios version) + adaption in axios config - remove maps route from src/router/index.ts
13 lines
348 B
TypeScript
13 lines
348 B
TypeScript
// import { Options, Vue } from "vue-class-component";
|
|
import { Component, Vue } from "vue-facing-decorator";
|
|
|
|
@Component({
|
|
name: "ImprintViewComponent",
|
|
// components: {
|
|
// VsInput,
|
|
// VsResult,
|
|
// FacetCategory,
|
|
// ActiveFacetCategory,
|
|
// },
|
|
})
|
|
export default class ImprintViewComponent extends Vue {}
|