mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Reset theme when navigating to home
This commit is contained in:
parent
18904be4ad
commit
75eda031a0
7 changed files with 52 additions and 43 deletions
|
@ -77,7 +77,7 @@ import ThemeSwitcher from './components/ThemeSwitcher.vue';`;
|
|||
} else {
|
||||
// main.js
|
||||
pvTheme += `import "primeflex/primeflex.css";
|
||||
import "primevue/resources/themes/lara-light-blue/theme.css";`;
|
||||
import "primevue/resources/themes/lara-light-teal/theme.css";`;
|
||||
|
||||
// package.json
|
||||
dependencies['primeflex'] = app_dependencies['primeflex'] || 'latest';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue