Theme colors
-
"theme_color": { "colors": { "--primary": "#3a57e8", "--info": "#08B1BA" }, "value": "theme-color-default" }
- To get the current value of the following:
theme_color
const themeColor = computed(() => store.getters['setting/theme_color'])
- To use action you can use store.dispatch to update state.js.
theme_color
store.dispatch('setting/theme_color', obj)