bt-core-app 1.4.381 → 1.4.382
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
|
@@ -23779,7 +23779,7 @@ function Ap() {
|
|
|
23779
23779
|
}
|
|
23780
23780
|
}
|
|
23781
23781
|
return {
|
|
23782
|
-
canNavBack: _(() => t.navHistory.value.length >
|
|
23782
|
+
canNavBack: _(() => t.navHistory.value.length > 1),
|
|
23783
23783
|
navBack: n
|
|
23784
23784
|
};
|
|
23785
23785
|
}
|
package/package.json
CHANGED