dfs-page-config 0.5.22 → 0.5.23

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.
@@ -101294,7 +101294,8 @@ const AgTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render
101294
101294
  EditPen: edit_pen_default
101295
101295
  },
101296
101296
  setup() {
101297
- const { t: k } = getCurrentInstance().appContext.config.globalProperties.useI18n(), L = ref();
101297
+ let k = (Ie) => Ie;
101298
+ const L = ref();
101298
101299
  let ie = {}, ae = {}, pe = reactive({
101299
101300
  showInput: !1,
101300
101301
  modelData: "",
@@ -101309,6 +101310,7 @@ const AgTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render
101309
101310
  }
101310
101311
  });
101311
101312
  onBeforeMount(() => {
101313
+ k = getCurrentInstance().appContext.config.globalProperties.useI18n().t;
101312
101314
  const { data: { params: Ie } } = getCurrentInstance();
101313
101315
  if (Ie.data && Object.keys(Ie.data).length)
101314
101316
  if (Ie.type === "select") {