Skip to content

Commit

Permalink
BC-5557: install pinia
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Dec 13, 2023
1 parent 7c48717 commit a475b71
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"maska": "^2.1.10",
"mobile-drag-drop": "^3.0.0-rc.0",
"object-hash": "^3.0.0",
"pinia": "^2.1.7",
"universal-cookie": "^6.1.1",
"vue": "^3.3.4",
"vue-dndrop": "^1.3.1",
Expand Down
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { createApp } from "vue";
import App from "./App.vue";
import { createI18n } from "./plugins/i18n";
import store from "./plugins/store";
import { createPinia } from "pinia";
import vuetify from "./plugins/vuetify";
import router from "./router";
// NUXT_REMOVAL set this based on the tenant theme
Expand Down Expand Up @@ -103,6 +104,8 @@ app.mixin({
},
});

app.use(createPinia());

app.use(VueDOMPurifyHTML, {
namedConfigurations: htmlConfig,
});
Expand Down

0 comments on commit a475b71

Please sign in to comment.