mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
update(Cms.js/News.js/PhrasenPlugin): removes the reload option, because the content can be newly fetched based on the currently active language
This commit is contained in:
@@ -39,6 +39,6 @@ const app = Vue.createApp({
|
||||
setScrollbarWidth();
|
||||
|
||||
app.use(primevue.config.default, { zIndex: { overlay: 9999 } });
|
||||
app.use(Phrasen, {reload: true});
|
||||
app.use(Phrasen);
|
||||
app.mount("#cms");
|
||||
//#cms [data-confirm], #cms [data-href]
|
||||
@@ -89,5 +89,5 @@ const app = Vue.createApp({
|
||||
|
||||
setScrollbarWidth();
|
||||
|
||||
app.use(Phrasen, {reload: true});
|
||||
app.use(Phrasen);
|
||||
app.mount('#content');
|
||||
|
||||
@@ -11,4 +11,4 @@ const app = Vue.createApp({
|
||||
|
||||
setScrollbarWidth();
|
||||
|
||||
app.use(Phrasen, {reload: true}).mount('#content');
|
||||
app.use(Phrasen).mount('#content');
|
||||
@@ -161,5 +161,5 @@ const app = Vue.createApp({
|
||||
</fhc-calendar>
|
||||
`
|
||||
});
|
||||
app.use(Phrasen, {reload: true});
|
||||
app.use(Phrasen);
|
||||
app.mount('#content');
|
||||
@@ -21,5 +21,5 @@ const app = Vue.createApp({
|
||||
}
|
||||
});
|
||||
app
|
||||
.use(Phrasen, {reload: true})
|
||||
.use(Phrasen)
|
||||
.mount('#wrapper');
|
||||
Reference in New Issue
Block a user