mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
vue router merge cms & fhc app; viewData check and fetch in dashboard and widgets if not originating from that php controller; lvinfo app delete; code cleanup profil; WIP profil routing;
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
async getViewData() {
|
||||
const url = `/api/frontend/v1/Cis4FhcApi/getViewData`;
|
||||
return this.$fhcApi.get(url, null, null)
|
||||
},
|
||||
}
|
||||
@@ -35,11 +35,13 @@ import lehre from "./lehre.js";
|
||||
import addons from "./addons.js";
|
||||
import studiengang from "./studiengang.js";
|
||||
import menu from "./menu.js";
|
||||
import dashboard from "./dashboard";
|
||||
|
||||
export default {
|
||||
search,
|
||||
phrasen,
|
||||
navigation,
|
||||
dashboard,
|
||||
filter,
|
||||
studstatus,
|
||||
profil,
|
||||
|
||||
Reference in New Issue
Block a user