@yoooloo42/joker 1.0.57 → 1.0.59
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.cjs.js
CHANGED
|
@@ -39911,7 +39911,8 @@ return (_ctx, _cache) => {
|
|
|
39911
39911
|
ref: "text",
|
|
39912
39912
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39913
39913
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39914
|
-
options: richtext.options
|
|
39914
|
+
options: richtext.options,
|
|
39915
|
+
theme: "snow"
|
|
39915
39916
|
}, null, 8 /* PROPS */, ["modelValue", "options"])
|
|
39916
39917
|
], 4 /* STYLE */))
|
|
39917
39918
|
: vue.createCommentVNode("v-if", true),
|