mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Theme Doc update
This commit is contained in:
parent
b8e0b4b851
commit
ba00f3bc7b
5 changed files with 5 additions and 13 deletions
|
@ -12,15 +12,13 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
import PrimeVue from 'primevue/config';
|
||||
import PrimeOne from 'primevue/themes/primeone';
|
||||
import Aura from 'primevue/themes/primeone/aura';
|
||||
import Aura from 'primevue/themes/aura';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(PrimeVue, {
|
||||
// Default theme configuration
|
||||
theme: {
|
||||
base: PrimeOne,
|
||||
preset: Aura,
|
||||
options: {
|
||||
prefix: 'p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue