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