Skip to content

Commit

Permalink
fix histoire config
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Feb 19, 2023
1 parent 23b6dfb commit 476a09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/histoire.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ smoothscroll.polyfill();
watchThemeChanges();

export const setupVue3 = defineSetupVue3(({ app }) => {
app.config.globalProperties.$hiddenFeatures = true;
app.config.globalProperties.$hiddenFeatures = () => true;
app.use(setupI18n());
});

0 comments on commit 476a09e

Please sign in to comment.