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
|
|
@ -1,16 +1,16 @@
|
|||
import { Options, Vue } from "vue-class-component";
|
||||
import VsInput from "@/components/vs-input/vs-input.vue";
|
||||
import VsResult from "@/components/vs-result/vs-result.vue";
|
||||
import FacetCategory from "@/components/face-category/facet-category.vue";
|
||||
import ActiveFacetCategory from "@/components/active-facet-category/active-facet-category.vue";
|
||||
// import VsInput from "@/components/vs-input/vs-input.vue";
|
||||
// import VsResult from "@/components/vs-result/vs-result.vue";
|
||||
// import FacetCategory from "@/components/face-category/facet-category.vue";
|
||||
// import ActiveFacetCategory from "@/components/active-facet-category/active-facet-category.vue";
|
||||
|
||||
@Options({
|
||||
name: "HomeViewComponent",
|
||||
components: {
|
||||
VsInput,
|
||||
VsResult,
|
||||
FacetCategory,
|
||||
ActiveFacetCategory,
|
||||
},
|
||||
// components: {
|
||||
// VsInput,
|
||||
// VsResult,
|
||||
// FacetCategory,
|
||||
// ActiveFacetCategory,
|
||||
// },
|
||||
})
|
||||
export default class HomeViewComponent extends Vue {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue