fix(rich-text-editor): fix right package name (#1535)

This commit is contained in:
申君健 2024-04-08 16:11:53 +08:00 committed by GitHub
parent 564912012a
commit e1bddf9f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { VueNodeViewRenderer } from '@tiptap/vue-3'
import { VueNodeViewRenderer } from '@tiptap/vue'
import TiptapImage from '@tiptap/extension-image'
import ImageView from '../image-view.vue'

View File

@ -35,7 +35,7 @@
</template>
<script lang="ts">
import { NodeViewWrapper, nodeViewProps } from '@tiptap/vue-3'
import { NodeViewWrapper, nodeViewProps } from '@tiptap/vue'
import { defineComponent, hooks } from '@opentiny/vue-common'
export default defineComponent({