mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
cleanup
This commit is contained in:
@@ -5,6 +5,10 @@ import fhcapifactory from "./api/fhcapifactory.js";
|
||||
Vue.$fhcapi = fhcapifactory;
|
||||
|
||||
Vue.createApp({
|
||||
components: {
|
||||
FhcSearchbar,
|
||||
CisMenu
|
||||
},
|
||||
data: function() {
|
||||
return {
|
||||
searchbaroptions: {
|
||||
@@ -66,9 +70,5 @@ Vue.createApp({
|
||||
searchfunction: function(searchsettings) {
|
||||
return Vue.$fhcapi.Search.search(searchsettings);
|
||||
}
|
||||
},
|
||||
components: {
|
||||
FhcSearchbar,
|
||||
CisMenu
|
||||
}
|
||||
}).mount('#cis-header');
|
||||
Reference in New Issue
Block a user