sot1986
sot1986
Currently useForm gets method, url and initial value object. Only the method and url are dynamic (string or originated by function). We need also initial object to be dinamic. This...
code in page EditPost.vue used to create new post or edit existing one: ``` interface Post = { id: string title: string content: string } const route = useRoute(); const...
I would also like to understand why Vue users, regularly subscribed to tailwindui, are not allow to use catalyst UI kit (React only), neither (according to the license and term...
I think also the separator can only be ",". If you try any other it won't work