pxx-vue-quill 1.0.66 → 1.0.68
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/dist/vue-quill.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Copyright (c) 2025 Pxx-Team
|
|
9
9
|
* Released under the MIT license
|
|
10
|
-
* Date: 2025-09-
|
|
10
|
+
* Date: 2025-09-03T23:38:40.182Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20243,14 +20243,6 @@
|
|
|
20243
20243
|
}
|
|
20244
20244
|
}
|
|
20245
20245
|
};
|
|
20246
|
-
vue.watchEffect(() => {
|
|
20247
|
-
if (!props.needCollapse && props.toolbarStyle) {
|
|
20248
|
-
applyToolbarStyle();
|
|
20249
|
-
}
|
|
20250
|
-
});
|
|
20251
|
-
vue.watchEffect(() => {
|
|
20252
|
-
applyEditorStyle();
|
|
20253
|
-
});
|
|
20254
20246
|
const registerModule = (moduleName, module) => {
|
|
20255
20247
|
Quill.register(moduleName, module);
|
|
20256
20248
|
};
|
|
@@ -20293,6 +20285,10 @@
|
|
|
20293
20285
|
tooltipInput.setAttribute('placeholder', props.placeholder);
|
|
20294
20286
|
});
|
|
20295
20287
|
}
|
|
20288
|
+
if (!props.needCollapse && props.toolbarStyle) {
|
|
20289
|
+
applyToolbarStyle();
|
|
20290
|
+
}
|
|
20291
|
+
applyEditorStyle();
|
|
20296
20292
|
ctx.emit('ready', quill);
|
|
20297
20293
|
};
|
|
20298
20294
|
const composeOptions = () => {
|