@adminforth/rich-editor 1.6.15 → 1.6.16
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/build.log +2 -2
- package/custom/quillEditor.vue +4 -0
- package/dist/custom/quillEditor.vue +4 -0
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -10,5 +10,5 @@ custom/package.json
|
|
|
10
10
|
custom/quillEditor.vue
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
|
|
13
|
-
sent 34,
|
|
14
|
-
total size is 34,
|
|
13
|
+
sent 34,682 bytes received 115 bytes 69,594.00 bytes/sec
|
|
14
|
+
total size is 34,259 speedup is 0.98
|
package/custom/quillEditor.vue
CHANGED