Skip to content

Commit

Permalink
Ensure default theme for primevue 4
Browse files Browse the repository at this point in the history
  • Loading branch information
drien committed Aug 20, 2024
1 parent b04f1b4 commit c929267
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/js/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { createPinia } from "pinia";
import { createRouter, createWebHistory } from "vue-router";

import PrimeVue from "primevue/config";
import Aura from "@primevue/themes/aura";

import AppRoot from "@app/components/AppRoot.vue";
import Test from "@app/components/Test.vue";
Expand Down
14 changes: 14 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 @@ -7,6 +7,7 @@
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@fontsource-variable/inter": "^5.0.20",
"@primevue/themes": "^4.0.4",
"@sentry/browser": "^7.119.0",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.4.14",
Expand Down

0 comments on commit c929267

Please sign in to comment.