Merge pull request #5514 from m-meier/patch-1

fix(Doc): Update DarkModeToggleDoc.vue - class selector needs dot
pull/5520/head
Tuğçe Küçükoğlu 2024-04-03 14:25:59 +03:00 committed by GitHub
commit 205aa1bbae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ app.use(PrimeVue, {
base: PrimeOne,
preset: Aura,
options: {
darkModeSelector: 'my-app-dark',
darkModeSelector: '.my-app-dark',
}
}
});