@ganwei-web/gw-base-components-plus 1.0.5 → 1.0.6

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.
@@ -437,8 +437,8 @@ const index$2 = "";
437
437
  const vLoading = {
438
438
  mounted(el, binding, vnode, prevVnode) {
439
439
  var _a, _b;
440
- const vueInstance = vnode.ctx.proxy;
441
- el.setAttribute(`element-loading-text`, (vueInstance == null ? void 0 : vueInstance.$t("login.tips.loading")) + "...");
440
+ vnode.ctx.proxy;
441
+ el.setAttribute(`element-loading-text`, sessionStorage.languageType == "zh-CN" ? "加载中..." : "Loading...");
442
442
  el.setAttribute(`element-loading-spinner`, " ");
443
443
  el.setAttribute(`element-loading-background`, "customLoading");
444
444
  (_b = (_a = elementPlus.vLoading).mounted) == null ? void 0 : _b.call(_a, el, binding, vnode, prevVnode);