tethys.frontend/src/views/help-view/help-view-component.ts
Arno Kaimbacher 1f930dbb1f - add leaflet
- start with map-view.component: basic webgis functionalities
2022-01-25 17:22:44 +01:00

9 lines
236 B
TypeScript

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