I followed the steps here: https://flowbite-vue.com/pages/getting-started to install flowbite-vue on my vite + vue project.
The problem is that any (non href) button is missing the pointer cursor.
If I look at the examples here: https://flowbite-vue.com/components/button I do see that there is a button:enabled style in the compiled css:
This is missing in my setup somehow:
The minimal example code is in the codesandbox here: https://codesandbox.io/p/devbox/practical-butterfly-cqjrdk?workspaceId=ws_FMSRq1TAYhAMJjbf5uLiwe
I did not experience the issue when using tailwind 3. Is there something missing in my setup or is this a bug?
best