@mirus/tiptap-editor 2.1.8 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ > For Vue.js 3.0 use version 3.X. All active development happens here.
2
+ > For Vue 2 use version 2.X. This version will recieve no more updates.
3
+ > How convenient!
4
+
1
5
  # tiptap-editor
2
6
 
3
7
  Vue component that contains our custom setup for the tiptap editor. Able to highlight phrases and give reasons/fixes to the warnings
@@ -77,6 +81,7 @@ export default {
77
81
 
78
82
  - **id:** `String` - give the editor a unique id. Also adds aria tags to link the editor menu to the text area
79
83
 
84
+
80
85
  ## Events
81
86
 
82
87
  - **update:value** - emitted whenever the core text value changes