forked from opentiny/tiny-vue
fix(rich-text-editor): fix right package name (#1535)
This commit is contained in:
parent
564912012a
commit
e1bddf9f64
|
@ -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'
|
||||
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue