pxx-vue-quill 1.0.76 → 1.0.77
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-05T07:
|
|
10
|
+
* Date: 2025-09-05T07:41:50.281Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20007,8 +20007,8 @@
|
|
|
20007
20007
|
]),
|
|
20008
20008
|
vue.h('span', { class: 'ql-formats' }, [
|
|
20009
20009
|
vue.h('select', {
|
|
20010
|
-
class: 'ql-color ql-picker ql-color-picker
|
|
20011
|
-
type: '
|
|
20010
|
+
class: 'ql-color ql-picker ql-color-picker',
|
|
20011
|
+
type: 'button'
|
|
20012
20012
|
}, [
|
|
20013
20013
|
vue.h('span', { class: 'ql-picker-label' }, ''),
|
|
20014
20014
|
vue.h('div', { class: 'ql-picker-options' })
|