@witlink/usercenter 1.2.31 → 1.2.32
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/usercenter.es.js +4 -3
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
- package/version.md +2 -0
package/dist/usercenter.es.js
CHANGED
@@ -12918,14 +12918,15 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
12918
12918
|
}, null, 2)) : createCommentVNode("v-if", true),
|
12919
12919
|
__props.type == "bt4" ? (openBlock(), createBlock(_component_a_button, {
|
12920
12920
|
key: 8,
|
12921
|
-
disabled:
|
12922
|
-
type: "link"
|
12921
|
+
disabled: "",
|
12922
|
+
type: "link",
|
12923
|
+
style: { "padding": "0" }
|
12923
12924
|
}, {
|
12924
12925
|
default: withCtx(() => [
|
12925
12926
|
createTextVNode(toDisplayString(!__props.text ? _ctx.$t("button._003") : __props.text), 1)
|
12926
12927
|
]),
|
12927
12928
|
_: 1
|
12928
|
-
}
|
12929
|
+
})) : createCommentVNode("v-if", true)
|
12929
12930
|
])) : createCommentVNode("v-if", true);
|
12930
12931
|
};
|
12931
12932
|
}
|