- prepare project for using tailwind with postcss configuration files
- change linl to backend login - change copyright hint with actual year
This commit is contained in:
parent
59a83c1978
commit
315eabf3bb
15 changed files with 701 additions and 11822 deletions
|
@ -10,7 +10,7 @@ import ContactViewComponent from "./views/contact-view/contact-view-component.vu
|
|||
import SitelinkViewComponent from "./views/sitelink-view/sitelink-view-component.vue";
|
||||
import ImprintViewComponent from "./views/imprint-view/imprint-view-component.vue";
|
||||
import TermsViewComponent from "./views/terms-view/terms-view-component";
|
||||
import { APP_URL, VUE_API } from "./constants";
|
||||
import { APP_URL } from "./constants";
|
||||
// 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";
|
||||
|
@ -44,13 +44,17 @@ import { APP_URL, VUE_API } from "./constants";
|
|||
})
|
||||
export default class App2 extends Vue {
|
||||
public active = false;
|
||||
public portal = VUE_API + "/login";
|
||||
public portal = "https://data.tethys.at/login"; // VUE_API + "/login";
|
||||
public app_url = APP_URL;
|
||||
public search_url = APP_URL + "/search";
|
||||
public service_url = APP_URL + "/services";
|
||||
public help_url = APP_URL + "/help";
|
||||
public oai_url = APP_URL + "/oai";
|
||||
|
||||
get currentYear() {
|
||||
return new Date().getFullYear();
|
||||
}
|
||||
|
||||
mounted(): void {
|
||||
// const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"), 0);
|
||||
// // Check if there are any navbar burgers
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue