@yoooloo42/joker 1.0.57 → 1.0.58
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/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39907,7 +39907,8 @@ return (_ctx, _cache) => {
|
|
|
39907
39907
|
ref: "text",
|
|
39908
39908
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39909
39909
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39910
|
-
options: richtext.options
|
|
39910
|
+
options: richtext.options,
|
|
39911
|
+
theme: "snow"
|
|
39911
39912
|
}, null, 8 /* PROPS */, ["modelValue", "options"])
|
|
39912
39913
|
], 4 /* STYLE */))
|
|
39913
39914
|
: createCommentVNode("v-if", true),
|