@tiptap/vue-2
Advanced tools
Comparing version 2.1.0-rc.9 to 2.1.0-rc.10
import Vue, { Component } from 'vue'; | ||
import { Editor } from './Editor'; | ||
import { Editor } from './Editor.js'; | ||
export interface EditorContentInterface extends Vue { | ||
@@ -4,0 +4,0 @@ editor: Editor; |
@@ -1,9 +0,9 @@ | ||
export * from './BubbleMenu'; | ||
export { Editor } from './Editor'; | ||
export * from './EditorContent'; | ||
export * from './FloatingMenu'; | ||
export * from './NodeViewContent'; | ||
export * from './NodeViewWrapper'; | ||
export * from './VueNodeViewRenderer'; | ||
export * from './VueRenderer'; | ||
export * from './BubbleMenu.js'; | ||
export { Editor } from './Editor.js'; | ||
export * from './EditorContent.js'; | ||
export * from './FloatingMenu.js'; | ||
export * from './NodeViewContent.js'; | ||
export * from './NodeViewWrapper.js'; | ||
export * from './VueNodeViewRenderer.js'; | ||
export * from './VueRenderer.js'; | ||
export * from '@tiptap/core'; |
{ | ||
"name": "@tiptap/vue-2", | ||
"description": "Vue components for tiptap", | ||
"version": "2.1.0-rc.9", | ||
"version": "2.1.0-rc.10", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.1.0-rc.9", | ||
"@tiptap/extension-floating-menu": "^2.1.0-rc.9" | ||
"@tiptap/extension-bubble-menu": "^2.1.0-rc.10", | ||
"@tiptap/extension-floating-menu": "^2.1.0-rc.10" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.1.0-rc.9", | ||
"@tiptap/pm": "^2.1.0-rc.9", | ||
"@tiptap/core": "^2.1.0-rc.10", | ||
"@tiptap/pm": "^2.1.0-rc.10", | ||
"vue": "^2.6.0" | ||
@@ -40,0 +40,0 @@ }, |
import Vue, { Component, PropType } from 'vue' | ||
import { Editor } from './Editor' | ||
import { Editor } from './Editor.js' | ||
@@ -5,0 +5,0 @@ export interface EditorContentInterface extends Vue { |
@@ -1,9 +0,9 @@ | ||
export * from './BubbleMenu' | ||
export { Editor } from './Editor' | ||
export * from './EditorContent' | ||
export * from './FloatingMenu' | ||
export * from './NodeViewContent' | ||
export * from './NodeViewWrapper' | ||
export * from './VueNodeViewRenderer' | ||
export * from './VueRenderer' | ||
export * from './BubbleMenu.js' | ||
export { Editor } from './Editor.js' | ||
export * from './EditorContent.js' | ||
export * from './FloatingMenu.js' | ||
export * from './NodeViewContent.js' | ||
export * from './NodeViewWrapper.js' | ||
export * from './VueNodeViewRenderer.js' | ||
export * from './VueRenderer.js' | ||
export * from '@tiptap/core' |
@@ -14,4 +14,4 @@ import { | ||
import { Editor } from './Editor' | ||
import { VueRenderer } from './VueRenderer' | ||
import { Editor } from './Editor.js' | ||
import { VueRenderer } from './VueRenderer.js' | ||
@@ -18,0 +18,0 @@ export const nodeViewProps = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
126678