Closed EmilMoe closed 1 year ago
I want to connect my components and tables to a column in the database that is a JSON column. I haven't found any hints on how to do so.
I use it to keep multiple languages of ie a name.
I tried this, but that's not working
<x-splade-input :name="name['en']"..
Didn't work
This seems to have solved it
<x-splade-input name="name[]" v-model="form.name.en" label="Name (EN)" />
Description:
I want to connect my components and tables to a column in the database that is a JSON column. I haven't found any hints on how to do so.
I use it to keep multiple languages of ie a name.
Steps To Reproduce Issue:
I tried this, but that's not working