@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.cjs.js
CHANGED
|
@@ -16515,7 +16515,7 @@ const _hoisted_2$2 = {
|
|
|
16515
16515
|
};
|
|
16516
16516
|
|
|
16517
16517
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16518
|
-
const
|
|
16518
|
+
const _component_upload_filled = vue.resolveComponent("upload-filled");
|
|
16519
16519
|
const _component_el_icon = vue.resolveComponent("el-icon");
|
|
16520
16520
|
const _component_el_upload = vue.resolveComponent("el-upload");
|
|
16521
16521
|
const _component_el_button = vue.resolveComponent("el-button");
|
|
@@ -16536,9 +16536,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16536
16536
|
vue.createElementVNode("div", _hoisted_1$2, " " + vue.toDisplayString($options.myProps0.tip ? $options.myProps0.tip : "可以上传" + $options.myProps0.limit + "个文件"), 1 /* TEXT */)
|
|
16537
16537
|
]),
|
|
16538
16538
|
default: vue.withCtx(() => [
|
|
16539
|
-
vue.createVNode(_component_el_icon,
|
|
16539
|
+
vue.createVNode(_component_el_icon, { class: "el-icon--upload" }, {
|
|
16540
16540
|
default: vue.withCtx(() => [
|
|
16541
|
-
vue.createVNode(
|
|
16541
|
+
vue.createVNode(_component_upload_filled)
|
|
16542
16542
|
]),
|
|
16543
16543
|
_: 1 /* STABLE */
|
|
16544
16544
|
}),
|