dfs-page-config 0.1.53 → 0.1.55
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/dfs-page-config.js
CHANGED
|
@@ -22615,7 +22615,9 @@ const cq = /* @__PURE__ */ qn(sq, [["render", uq], ["__scopeId", "data-v-c8904ad
|
|
|
22615
22615
|
}
|
|
22616
22616
|
},
|
|
22617
22617
|
setup(r) {
|
|
22618
|
-
const a = jr()
|
|
22618
|
+
const a = jr();
|
|
22619
|
+
console.log(a.state.useI18n, 222);
|
|
22620
|
+
const { t: l } = a.state.useI18n();
|
|
22619
22621
|
console.log(l);
|
|
22620
22622
|
const c = Z(), p = vn({
|
|
22621
22623
|
show: !1,
|
|
@@ -55232,7 +55234,7 @@ const Jq = /* @__PURE__ */ qn(Qq, [["render", Zq]]), eX = (r) => {
|
|
|
55232
55234
|
r.baseState = a.state;
|
|
55233
55235
|
},
|
|
55234
55236
|
useI18n(r, a) {
|
|
55235
|
-
a && (r.useI18n = a);
|
|
55237
|
+
a && (r.useI18n = a), console.log(r.useI18n, 111);
|
|
55236
55238
|
},
|
|
55237
55239
|
// 储存页面配置数据
|
|
55238
55240
|
savaPageConfigData(r, a) {
|