@yoooloo42/joker 1.0.10 → 1.0.11
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -16511,7 +16511,7 @@ const _hoisted_2$2 = {
|
|
|
16511
16511
|
};
|
|
16512
16512
|
|
|
16513
16513
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16514
|
-
const
|
|
16514
|
+
const _component_upload_filled = resolveComponent("upload-filled");
|
|
16515
16515
|
const _component_el_icon = resolveComponent("el-icon");
|
|
16516
16516
|
const _component_el_upload = resolveComponent("el-upload");
|
|
16517
16517
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -16532,9 +16532,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16532
16532
|
createElementVNode("div", _hoisted_1$2, " " + toDisplayString($options.myProps0.tip ? $options.myProps0.tip : "可以上传" + $options.myProps0.limit + "个文件"), 1 /* TEXT */)
|
|
16533
16533
|
]),
|
|
16534
16534
|
default: withCtx(() => [
|
|
16535
|
-
createVNode(_component_el_icon,
|
|
16535
|
+
createVNode(_component_el_icon, { class: "el-icon--upload" }, {
|
|
16536
16536
|
default: withCtx(() => [
|
|
16537
|
-
createVNode(
|
|
16537
|
+
createVNode(_component_upload_filled)
|
|
16538
16538
|
]),
|
|
16539
16539
|
_: 1 /* STABLE */
|
|
16540
16540
|
}),
|