Rednib
reactive issue: component <-> composable
Hi, i have a composable
useThemeConfig
which exports a reactive themeConfig
:
then in a component i want to use it and change themeLight['--primary-color']
for example:
it updates correctly in the component, but the themeConfig
in the composable did not change..
How can i achieve reactiveness between the composable and the component?5 replies