mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Theming API: Add new helper methods and remove useColorScheme
This commit is contained in:
parent
064f7f9b02
commit
7bd88de07b
13 changed files with 155 additions and 113 deletions
|
@ -1,7 +1,7 @@
|
|||
const $appState = {
|
||||
install: (Vue, options) => {
|
||||
Vue.config.globalProperties.$appState = reactive({
|
||||
theme: 'aura-light-green',
|
||||
//theme: 'aura-light-green',
|
||||
darkTheme: false,
|
||||
codeSandbox: false,
|
||||
sourceType: 'options-api',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue