I've noticed that you cant use the name tag on TipTap which means you cant use it to send data through forms in laravel. Is it possible to do something like this?
<tiptap-vuetify
v-model="content"
:extensions="extensions"
:toolbar-attributes="{ color: '#bf1256' }"
:name="module.name"
:id="module.id"
/>