Mhammed Talhaouy
Mhammed Talhaouy
Hi! Click ```Extension``` on sidebar then ```...``` on the right and ```enable all extensions``` It is will work. Thank you
I guess that about the version of vscode , ```Rainbow bracket``` support ```^v1.64.0``` and above
Hi! I will fix it in the next version. thanks for sharing it
I will do my best to solve this warning @nicolas2k
Hey thank you for reply i've just harmonized it
@Sbukeyz To fix the error, you will need to look at the code on line 30 and figure out what is causing the issue. You may need to check if...
Hi use it like this with `usePage` ``` import Modal from "@/Components/Modal.vue"; import InputLabel from "@/Components/InputLabel.vue"; import TextInput from "@/Components/TextInput.vue"; import {useForm, usePage} from "@inertiajs/vue3"; import InputError from "@/Components/InputError.vue"; import...
The modal component like this ```js const page = usePage() const form = useForm({ name: '', parent_id: page.props.folder.id // assign folder.id to parent_id }) ```
You have to fix the conflict :)
still working to make it dynamic :)