You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using the library with Laravel + Inertia + Vue3 composition API.
This is how I set it in my
app.js
file.But then, if the user wants to toggle the theme to dark/light, I'm unable to change it. How I'm supposed to?
Some stuff I tried to make the change:
But isn't happening. How should I do it?
The objective is to change it without fully reloading the page. Should I store the tippy to the window object or what would you do?
Btw, this library & wrapper are awesome (:
Beta Was this translation helpful? Give feedback.
All reactions