@okiss/oms 0.0.30 → 0.0.31
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/index.es.js +7 -4
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1139,12 +1139,15 @@ function sn(e) {
|
|
|
1139
1139
|
const an = V({
|
|
1140
1140
|
name: "Dashboard",
|
|
1141
1141
|
setup() {
|
|
1142
|
-
const e =
|
|
1143
|
-
|
|
1142
|
+
const e = sn("test");
|
|
1143
|
+
if (e)
|
|
1144
|
+
return () => c(e, null, null);
|
|
1145
|
+
const t = at(), l = N(() => t.getters.name);
|
|
1146
|
+
return () => c("div", {
|
|
1144
1147
|
class: "dashboard-container"
|
|
1145
1148
|
}, [c("div", {
|
|
1146
1149
|
class: "dashboard-text"
|
|
1147
|
-
}, [g("Hi "),
|
|
1150
|
+
}, [g("Hi "), l.value, g(" \u{1F604}")])]);
|
|
1148
1151
|
}
|
|
1149
1152
|
});
|
|
1150
1153
|
const x = (e, t) => {
|
|
@@ -1152,7 +1155,7 @@ const x = (e, t) => {
|
|
|
1152
1155
|
for (const [n, o] of t)
|
|
1153
1156
|
l[n] = o;
|
|
1154
1157
|
return l;
|
|
1155
|
-
}, rn = /* @__PURE__ */ x(an, [["__scopeId", "data-v-
|
|
1158
|
+
}, rn = /* @__PURE__ */ x(an, [["__scopeId", "data-v-10e6b4b6"]]);
|
|
1156
1159
|
const un = {
|
|
1157
1160
|
data() {
|
|
1158
1161
|
return {
|