forked from geolba/tethys.frontend
- further views: help-view.component, oai-view-component
- new .card header images
This commit is contained in:
parent
8590fa755b
commit
b120650121
18 changed files with 429 additions and 112 deletions
9
src/views/map-view/help-view-component.ts
Normal file
9
src/views/map-view/help-view-component.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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> = [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue