KingSora / OverlayScrollbars

A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.
https://kingsora.github.io/OverlayScrollbars
MIT License
3.78k stars 214 forks source link

Vue3 dynamic changing theme #550

Closed zertex closed 1 year ago

zertex commented 1 year ago

How can I dynamically change the theme? Vue3

I found answer, sorry P.S. getBodyOverlayScrollbarsInstance().options({ scrollbars: { theme: value === 'dark' ? 'os-theme-light' : 'os-theme-dark', }, })