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
In the Stepper Component, it could be good if we add a tag: { type: String, default: 'h3' } props in const props = defineProps({ ... })
Currently, it's a h4 by default and we cannot switch for a h3.