Hello. I'm making a ListBox component. The component should have styled scrollbars and a perfect scrollbar is great for this, but there is a problem.
It lies in the fact that the class of the ListBox elements is not updated (not reactive?).
The ListBox component template looks like this:
`
Hello. I'm making a ListBox component. The component should have styled scrollbars and a perfect scrollbar is great for this, but there is a problem. It lies in the fact that the class of the ListBox elements is not updated (not reactive?). The ListBox component template looks like this: `
` The
Sandbox here https://stackblitz.com/edit/nuxt-starter-asttfi?file=pages/index.vue In Sandbox: "Listbox" component - using "perfect-scrollbar" - no class hovering "ListboxPsOff" component - without "perfect-scrollbar" - everything works, the class is hung