vdc-editor 0.1.7 → 0.1.8

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/lib/src/type.d.ts CHANGED
@@ -144,6 +144,5 @@ export interface PageOption {
144
144
  };
145
145
  }
146
146
  export interface Config {
147
- mode: 'straight' | 'report';
148
147
  sidebar: boolean;
149
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdc-editor",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",