radix-vue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
4.57k stars 262 forks source link

refactor(components): FormItem single script setup #573

Closed RazorSiM closed 4 months ago

RazorSiM commented 4 months ago

๐Ÿ”— Linked issue

572

โ“ Type of change

๐Ÿ“š Description

"Resolves #572"

By exporting the from the file, we can remove the need of having multiple script tags inside the component. This change helps with the linters and formatters, expecially with nuxt and antfu defaults.

๐Ÿ“ Checklist

sadeghbarati commented 4 months ago

@RazorSiM run build registry again then we can merge this, thx

sadeghbarati commented 4 months ago

Thank you for your contribution ๐Ÿ™Œ