Skip to content

Commit

Permalink
fix(rich-text-editor): fix right package name (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian authored Apr 8, 2024
1 parent 5649120 commit e1bddf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue/src/rich-text-editor/src/extensions/image.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/rich-text-editor/src/image-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e1bddf9

Please sign in to comment.