@ganwei-web/gw-base-components-plus 1.0.4 → 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.
@@ -108,7 +108,7 @@ const index_vue_vue_type_style_index_0_lang$j = "";
108
108
  const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
109
109
  __name: "index",
110
110
  setup(__props, { expose: __expose }) {
111
- const proxyElement = ref();
111
+ const proxyElement = vue.ref();
112
112
  const expose = useExpose(proxyElement);
113
113
  __expose(expose);
114
114
  return (_ctx, _cache) => {
@@ -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);