mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
|
@ -1,11 +1,9 @@
|
|||
import * as PrimeVueConfig from 'primevue/config';
|
||||
import PrimeOne from 'primevue/themes/primeone';
|
||||
import Aura from 'primevue/themes/primeone/aura';
|
||||
import Aura from 'primevue/themes/aura';
|
||||
|
||||
export const defaultOptions = {
|
||||
...PrimeVueConfig.defaultOptions,
|
||||
theme: {
|
||||
base: PrimeOne,
|
||||
preset: Aura,
|
||||
options: {
|
||||
prefix: 'p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue