bt-core-app 2.0.49 → 2.0.50
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -13388,7 +13388,7 @@ function lT(e, t, a) {
|
|
|
13388
13388
|
m.value = !0, P.value != "view" && e.onBeforeViewAsync != null && await e.onBeforeViewAsync(y.value), P.value = "view", m.value = !1;
|
|
13389
13389
|
}
|
|
13390
13390
|
async function Se() {
|
|
13391
|
-
P.value == "view" ? await
|
|
13391
|
+
console.log(P.value), P.value == "view" ? await ce() : await we();
|
|
13392
13392
|
}
|
|
13393
13393
|
return _e(T, (X) => {
|
|
13394
13394
|
E.value = X != null;
|
package/package.json
CHANGED