mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): bind additional attributes to Tiptap component in MarkdownInputField for improved functionality
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<Field :name="name" v-slot="{ field }">
|
||||
<Tiptap :modelValue="field.value" @update:modelValue="field.onChange" />
|
||||
<Tiptap :modelValue="field.value" @update:modelValue="field.onChange" v-bind="$attrs" />
|
||||
</Field>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user