Yurii Kinakh
Yurii Kinakh
My component looks like: ```vue class DDashboardFactory { define() { return defineComponent({ components: { DClock }, props: { title: { type: String, required: true }, leftAside: { type: Array as...
Seems like the plugin doesn't work with Vue `v-bind:class` functionality. 
**What version of VS Code are you using?** v1.93.0 **What version of Tailwind CSS IntelliSense are you using?** v0.12.10 **What version of Tailwind CSS are you using?** v3.4.11 **What package...
### Describe the feature It would be helpful to add support for minutesStep and secondsStep props to the TimeField component. Currently, TimeField allows users to input or select any value...